]> git.sesse.net Git - ffmpeg/commit
avcodec/libaomenc: add support for setting arbitrary libaom options
authorBohan Li <bohanli@google.com>
Tue, 9 Feb 2021 04:04:41 +0000 (20:04 -0800)
committerJan Ekström <jeebjp@gmail.com>
Wed, 10 Feb 2021 09:52:46 +0000 (11:52 +0200)
commit82aab8a4eec33ee92c92c7679a4d7e6f03b109b4
treea90e0ae9ef3d1ed6e07923f2f3e541590f3d5410
parente0fd35d867752e6fcc7329a7d4f5e5fc619f2634
avcodec/libaomenc: add support for setting arbitrary libaom options

A new key & value API lets us gain access to newly added parameters
without adding explicit support for them in our wrapper. Add an
option utilizing this functionality in a similar manner to other
encoder libraries' wrappers.

Signed-off-by: Bohan Li <bohanli@google.com>
doc/encoders.texi
libavcodec/libaomenc.c