Browse Source

tools: fix const specifier for AVInputFormat

Signed-off-by: Josh de Kock <josh@itanimul.li>
tags/n4.3
Josh de Kock 5 years ago
parent
commit
d817b57d36
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/probetest.c

+ 1
- 1
tools/probetest.c View 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))) {


Loading…
Cancel
Save