]> git.sesse.net Git - ffmpeg/commit
avcodec/libaom: Support monochrome encoding with libaom >= 2.0.1
authorPhilip Langdale <philipl@overt.org>
Tue, 8 Dec 2020 00:33:29 +0000 (16:33 -0800)
committerPhilip Langdale <philipl@overt.org>
Tue, 8 Dec 2020 23:31:39 +0000 (15:31 -0800)
commit40135829b613f875ce71c2cc2265e74ccc6b4c71
tree5ed55c7cb8e89ac1b8f21b7558f7451db32faa3f
parent0dac317ba31cd10e9df26722ac96adc3f6ef3eb3
avcodec/libaom: Support monochrome encoding with libaom >= 2.0.1

Monochrome encoding with libaom was buggy for a long time, but this was
finally sorted out in libaom 2.0.1 (2.0.0 is almost there but was still
buggy in realtime mode).

We'll keep support for libaom 1.x around until the LTS distros that
include it are EOL (which is still a long time from now).

Fixes: https://trac.ffmpeg.org/ticket/7599
Changelog
libavcodec/libaomenc.c
libavcodec/version.h