Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2013-04-18 21:11:04 +0400
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2013-04-19 03:26:54 +0400
commita39cd8766fba7d8e4f7c177c13361058d4158ba0 (patch)
treed4ec0060a3f722f563763205cc5e47dc593ba657 /tests
parent7254afdf1c60f2786ff1f2a89e090f6c016ab85d (diff)
Fix multithreaded MPEG-4 decoding.
Regression since c10d498bfd246a40cc7830838b74e18a79418839. 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>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions