X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtpdec_asf.c;h=e37fde7906ad72144990d618461c381a6da51d9a;hb=7427d1ca4ab202def24fc3cefc4401a351d7248c;hp=84503f17496b7948112129c0769a85b2ca6a28c1;hpb=15f8941108c5372862035ce8e3cbfd2a6cefb241;p=ffmpeg diff --git a/libavformat/rtpdec_asf.c b/libavformat/rtpdec_asf.c index 84503f17496..e37fde7906a 100644 --- a/libavformat/rtpdec_asf.c +++ b/libavformat/rtpdec_asf.c @@ -298,7 +298,7 @@ static void asfrtp_free_context(PayloadContext *asf) RTPDynamicProtocolHandler ff_ms_rtp_ ## n ## _handler = { \ .enc_name = s, \ .codec_type = t, \ - .codec_id = CODEC_ID_NONE, \ + .codec_id = AV_CODEC_ID_NONE, \ .parse_sdp_a_line = asfrtp_parse_sdp_line, \ .alloc = asfrtp_new_context, \ .free = asfrtp_free_context, \