X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtpdec_asf.c;h=e58f0260f341ff08a42a8a01ec79f72eb3e2b408;hb=a07b19d9af6377beac5630cb49065ede426c4fee;hp=54ffef68767ef14fd195bfbe2c935f5c228c8dcf;hpb=a024c3ce9a502849013a4aa2c0a6de0c9270261c;p=ffmpeg diff --git a/libavformat/rtpdec_asf.c b/libavformat/rtpdec_asf.c index 54ffef68767..e58f0260f34 100644 --- a/libavformat/rtpdec_asf.c +++ b/libavformat/rtpdec_asf.c @@ -106,7 +106,7 @@ int ff_wms_parse_sdp_a_line(AVFormatContext *s, const char *p) AVDictionary *opts = NULL; int len = strlen(p) * 6 / 8; char *buf = av_mallocz(len); - AVInputFormat *iformat; + ff_const59 AVInputFormat *iformat; if (!buf) return AVERROR(ENOMEM);