Change #264244
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Sun 12 Apr 2026 22:02:18 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | b09d57c41d4ee16ebb9737417d8643a03212b2d6 |
Comments
avfilter/buffersrc: re-add missing overflow warning 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 <git@haasn.dev>
Changed files
- libavfilter/buffersrc.c