From: Steinar H. Gunderson Date: Mon, 17 Apr 2023 16:19:46 +0000 (+0200) Subject: Fix a buffer overrun when receiving 4K (or 8K etc.) FFmpeg streams. X-Git-Tag: 2.2.1~1 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=46526573fd6c4e89b4493aae9d1fb05e07c3a0cf;hp=46526573fd6c4e89b4493aae9d1fb05e07c3a0cf;p=nageru 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. ---