]> git.sesse.net Git - ffmpeg/commit
avcodec/libvpxenc: add a way to set VP9E_SET_SVC_REF_FRAME_CONFIG
authorWonkap Jang <wonkap-at-google.com@ffmpeg.org>
Fri, 8 Jan 2021 23:33:29 +0000 (15:33 -0800)
committerJames Zern <jzern@google.com>
Thu, 14 Jan 2021 19:08:33 +0000 (11:08 -0800)
commit57dae5723f2e06a531d7db8e961f84ed5d5f07de
tree5f77e454cd135b7f39ba61ad330f00168bfb02d5
parentaaeee01eabe1604df223ba8be3e8acb5276b7918
avcodec/libvpxenc: add a way to set VP9E_SET_SVC_REF_FRAME_CONFIG

In order to fine-control referencing schemes in VP9 encoding, there
is a need to use VP9E_SET_SVC_REF_FRAME_CONFIG method. This commit
provides a way to use the API through frame metadata.
doc/encoders.texi
libavcodec/libvpxenc.c
libavcodec/version.h