You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-04-24 04:44:54 +02:00
d013863f00
The V-Nova LCEVC pipeline processes frames on internal background worker threads. LCEVC_ReceiveDecoderPicture returns LCEVC_Again (-1) when the worker has not yet completed the frame, which is the documented "not ready, try again" response. The original code treated any non-zero return as a fatal error (AVERROR_EXTERNAL), causing decode to abort mid-stream. Poll until LCEVC_Success or a genuine error is returned. Signed-off-by: Peter von Kaenel <Peter.vonKaenel@harmonicinc.com> Signed-off-by: James Almer <jamrial@gmail.com>