mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
tools: fix const specifier for AVInputFormat
Signed-off-by: Josh de Kock <josh@itanimul.li>
This commit is contained in:
parent
8f51a89d66
commit
d817b57d36
@ -66,7 +66,7 @@ static void probe(AVProbeData *pd, int type, int p, int size)
|
|||||||
static void print_times(void)
|
static void print_times(void)
|
||||||
{
|
{
|
||||||
int i = 0;
|
int i = 0;
|
||||||
AVInputFormat *fmt = NULL;
|
const AVInputFormat *fmt = NULL;
|
||||||
void *fmt_opaque = NULL;
|
void *fmt_opaque = NULL;
|
||||||
|
|
||||||
while ((fmt = av_demuxer_iterate(&fmt_opaque))) {
|
while ((fmt = av_demuxer_iterate(&fmt_opaque))) {
|
||||||
|
Loading…
Reference in New Issue
Block a user