Niklas Haas via ffmpeg-devel (HE12026-03-26): > PR #22626 opened by Niklas Haas (haasn) > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/22626 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/22626.patch > > This was originally introduced by commit 05d6cc116e. During the FFmpeg-libav > split, this function was refactored by commit 7e350379f8 into > 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 commit a05a44e205 merged 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 <[email protected]>
Looks good to me, thanks. Regards, -- Nicolas George _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
