mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-15 19:55:08 +00:00
lavf: Fix codec id forcing with probed codecs
Fixes Ticket2088 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3a6b6f425e
commit
341e40f1e1
@ -714,6 +714,7 @@ no_packet:
|
||||
}else
|
||||
av_log(s, AV_LOG_WARNING, "probed stream %d failed\n", st->index);
|
||||
}
|
||||
force_codec_ids(s, st);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user