mirror of https://github.com/FFmpeg/FFmpeg.git
Currently the next thread's context is updated from the previous one's if the codec descriptor is not marked as intra-only. That is not entirely correct, since that property does not necessarily imply anything about how a specific decoder implementation behaves. Instead, use the presence of the update_thread_context() callback to decide whether an update should be performed. Fixes races in CFHD, should cause no behaviour change in any other decoders.pull/344/head^2
parent
7321614a1b
commit
f1feb3bd9d
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue