X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtpdec_h263.c;h=e604dc1c42a413146618483da92ec9d0c8d03002;hb=a9a1bc56abf1fa79104996bf7b98b12ca42cd32c;hp=6c22a247157627cc0eaae612d5b3c77950fa628f;hpb=9db747b2a300380dd65032818155067054332dae;p=ffmpeg diff --git a/libavformat/rtpdec_h263.c b/libavformat/rtpdec_h263.c index 6c22a247157..e604dc1c42a 100644 --- a/libavformat/rtpdec_h263.c +++ b/libavformat/rtpdec_h263.c @@ -91,13 +91,13 @@ int ff_h263_handle_packet(AVFormatContext *ctx, PayloadContext *data, RTPDynamicProtocolHandler ff_h263_1998_dynamic_handler = { .enc_name = "H263-1998", .codec_type = AVMEDIA_TYPE_VIDEO, - .codec_id = CODEC_ID_H263, + .codec_id = AV_CODEC_ID_H263, .parse_packet = ff_h263_handle_packet, }; RTPDynamicProtocolHandler ff_h263_2000_dynamic_handler = { .enc_name = "H263-2000", .codec_type = AVMEDIA_TYPE_VIDEO, - .codec_id = CODEC_ID_H263, + .codec_id = AV_CODEC_ID_H263, .parse_packet = ff_h263_handle_packet, };