X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtpdec_asf.c;h=e58f0260f341ff08a42a8a01ec79f72eb3e2b408;hb=add68dcca958f0f6b42cabea6f546ceae5c7f16d;hp=54ffef68767ef14fd195bfbe2c935f5c228c8dcf;hpb=768b07e3bca7e81d2f9c60badb3973d3d88481dc;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);