]> git.sesse.net Git - nageru/commit
Fix a buffer overrun when receiving 4K (or 8K etc.) FFmpeg streams.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 17 Apr 2023 16:19:46 +0000 (18:19 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 17 Apr 2023 16:24:07 +0000 (18:24 +0200)
commit46526573fd6c4e89b4493aae9d1fb05e07c3a0cf
treea642f7b27996938952e22c37ad7b262e23746271
parent491a3e4a19271fba3547eead3e062c2a35371a26
Fix a buffer overrun when receiving 4K (or 8K etc.) FFmpeg streams.

Of course, it would be better to just support this than to throw them away,
but at least we avoid a crash.
nageru/ffmpeg_capture.cpp