]> git.sesse.net Git - nageru/commitdiff
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)
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.


No differences found