]> git.sesse.net Git - nageru/commit
Fix an issue where video inputs could send invalid Y'CbCr settings.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 21 Apr 2018 11:03:11 +0000 (13:03 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 21 Apr 2018 11:03:11 +0000 (13:03 +0200)
commitb69be60c0f8f427ab67426ab326c20336f71395d
treefdabb35b2f6af43563a545740268a5bfdc5fda42
parent327534a3031a332423411c9599c741f2f81657df
Fix an issue where video inputs could send invalid Y'CbCr settings.

This would happen in the case where we had never sent a valid frame
(so we hadn't set luma coefficients) but wanted to send a disconnect frame,
tripping up a Movit assert.
ffmpeg_capture.cpp