]> 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 54ffef68767ef14fd195bfbe2c935f5c228c8dcf..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);
-        AVInputFormat *iformat;
+        const AVInputFormat *iformat;
 
         if (!buf)
             return AVERROR(ENOMEM);