mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-07-08 23:58:10 +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>