Commit d817b57d authored by Josh de Kock's avatar Josh de Kock

tools: fix const specifier for AVInputFormat

Signed-off-by: 's avatarJosh de Kock <josh@itanimul.li>
parent 8f51a89d
......@@ -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))) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment