mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-28 07:33:19 +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>