mirror of https://github.com/FFmpeg/FFmpeg.git
Regression since c10d498bfd
.
Unfortunately ff_thread_get_format can only be called from
a separate decode thread, running it during init will fail.
Fixes for that are welcome, for now just revert back to
calling avctx->get_format directly, which is correct
but having to decide on a case-by-case basis which approach
to use is a bit messy.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
pull/15/head
parent
7254afdf1c
commit
a39cd8766f
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue