]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec_asf.c
avformat: Constify the API wrt AV(In|Out)putFormat
[ffmpeg] / libavformat / rtpdec_asf.c
index e58f0260f341ff08a42a8a01ec79f72eb3e2b408..2749ad13807788a09846639f86eae4570513acad 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);
-        ff_const59 AVInputFormat *iformat;
+        const AVInputFormat *iformat;
 
         if (!buf)
             return AVERROR(ENOMEM);