mirror of https://github.com/FFmpeg/FFmpeg.git
H264: Only wait before triggering ff_thread_setup_complete() until the next slice that contains a start-of-field/frame macroblock
This allows concurrent decoding of the last field/frame, rather than only the last slice, of data packets with multiple NAL units packed together. This will fix the slowdown reported in e.g. bug 52. Signed-off-by: Anton Khirnov <anton@khirnov.net>pull/2/head
parent
a72cad0a6c
commit
14c21c1ff5
1 changed files with 5 additions and 1 deletions
Loading…
Reference in new issue