]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/utils.c
avformat: Constify the API wrt AV(In|Out)putFormat
[ffmpeg] / libavformat / utils.c
index 322ccd3af27913ddeb044424dfdc74ec6a735f06..ec48d1c08e49099cdd9aabec5a72a3151fa0a8c7 100644 (file)
@@ -545,7 +545,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
 
 
 int avformat_open_input(AVFormatContext **ps, const char *filename,
-                        ff_const59 AVInputFormat *fmt, AVDictionary **options)
+                        const AVInputFormat *fmt, AVDictionary **options)
 {
     AVFormatContext *s = *ps;
     int i, ret = 0;