]> git.sesse.net Git - ffmpeg/blobdiff - fftools/ffprobe.c
avformat: Constify the API wrt AV(In|Out)putFormat
[ffmpeg] / fftools / ffprobe.c
index a2cb7dc9868bbca26d6c7e51f4d2228726bd19f5..13ed16431dd81c2a38f2051020ed3b37ee300f38 100644 (file)
@@ -257,7 +257,7 @@ static const OptionDef *options;
 /* FFprobe context */
 static const char *input_filename;
 static const char *print_input_filename;
-static AVInputFormat *iformat = NULL;
+static const AVInputFormat *iformat = NULL;
 
 static struct AVHashContext *hash;