]> git.sesse.net Git - ffmpeg/commit
swresample/matrix: switch internal clean_layout function to not drop high bits
authorJan Ekström <jeebjp@gmail.com>
Fri, 31 Jul 2020 22:52:08 +0000 (01:52 +0300)
committerJan Ekström <jeebjp@gmail.com>
Mon, 3 Aug 2020 21:17:56 +0000 (00:17 +0300)
commit2fd8add1ba340d5bde608d2b8843af9a2487589d
tree3538093c2d1deaf55f8c7f11b514113ef308b086
parent34de0abbe71fa90e874ff902200e5c6c466ba2f6
swresample/matrix: switch internal clean_layout function to not drop high bits

These bits are utilized by channel layouts such as 22.2. If those
are dropped, the returned channel layout is no longer a match
against the AV_CH_LAYOUT define when returned from this function.
libswresample/rematrix.c