X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=fftools%2Fffprobe.c;h=13ed16431dd81c2a38f2051020ed3b37ee300f38;hb=56450a0ee4fdda160f4039fc2ae33edfd27765c9;hp=a2cb7dc9868bbca26d6c7e51f4d2228726bd19f5;hpb=f0c7fa2c484e197dae05fbda70a15b5e2ce81e9a;p=ffmpeg diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c index a2cb7dc9868..13ed16431dd 100644 --- a/fftools/ffprobe.c +++ b/fftools/ffprobe.c @@ -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;