mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-03 02:35:02 -05:00
Fixes potential decoding errors with FFmpeg's new decode API. Because avcodec_send_packet may process multiple packets, you must call avcodec_receive_frame continually until no more frames are left.