]> git.sesse.net Git - ffmpeg/blobdiff - tools/probetest.c
avformat/avformat: Constify AVFormatContext.*_codec pointers
[ffmpeg] / tools / probetest.c
index cfa309cabd43ec746aec2ceff9cdf388e5ecf1ae..6f0e002b743995cdf9c74ee0eabd10f3eba660c5 100644 (file)
@@ -66,7 +66,7 @@ static void probe(AVProbeData *pd, int type, int p, int size)
 static void print_times(void)
 {
     int i = 0;
-    AVInputFormat *fmt = NULL;
+    const AVInputFormat *fmt = NULL;
     void *fmt_opaque = NULL;
 
     while ((fmt = av_demuxer_iterate(&fmt_opaque))) {