mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-07-07 23:29:25 +00:00
The new code reads the input frame when its ready, the previous code did read the input frame during start_frame at which point it may not yet be available. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>