You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-04-24 04:44:54 +02:00
b09d57c41d
This was originally introduced by commit05d6cc116e. During the FFmpeg-libav split, this function was refactored by commit7e350379f8into av_buffersrc_add_frame(), replacing av_buffersrc_add_ref(). The new function did not include the overflow warning, despite the same being done for buffersink. Then, when commita05a44e205merged the two functions back together, the libav implementation was favored over the FFmpeg implementation, silently removing the overflow warning in the process. This commit re-adds that missing warning. Signed-off-by: Niklas Haas <git@haasn.dev>