mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-22 05:40:27 +08:00
lavf: Fix codec id forcing with probed codecs
Fixes Ticket2088
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 341e40f1e1)
This commit is contained in:
committed by
Carl Eugen Hoyos
parent
bc1e72c38e
commit
ff08767817
@@ -731,6 +731,7 @@ no_packet:
|
||||
}else
|
||||
av_log(s, AV_LOG_WARNING, "probed stream %d failed\n", st->index);
|
||||
}
|
||||
force_codec_ids(s, st);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user