]> git.sesse.net Git - ffmpeg/commit
libaomenc: enable 8, 10 and 12 bit RGB encoding
authorLynne <dev@lynne.ee>
Thu, 16 Jul 2020 10:39:05 +0000 (11:39 +0100)
committerLynne <dev@lynne.ee>
Fri, 17 Jul 2020 20:13:10 +0000 (21:13 +0100)
commit6a2f3f60ae02c8c3c62645b1d54ecc86bb21080d
tree7a1d747347dce17261717d8fa8b5f1809adeefc6
parentdabac26fa56ecd6d1ae381091182c300afa1995c
libaomenc: enable 8, 10 and 12 bit RGB encoding

RGB pixel formats are one occasion where by pixel format we mean
pixel format, primaries, transfer characteristic, and matrix coeffs,
so we have to manually set them as they're set to unspecified by
default, despite there only being a single possible combination.
libavcodec/libaomenc.c