]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec_asf.c
ffprobe: do not use deprecated AVStream.codec for max bitrate
[ffmpeg] / libavformat / rtpdec_asf.c
index 54ffef68767ef14fd195bfbe2c935f5c228c8dcf..e58f0260f341ff08a42a8a01ec79f72eb3e2b408 100644 (file)
@@ -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);