[FFmpeg-devel] [PATCH v4] avcodec/libvpxenc: add a way to set VP9E_SET_SVC_REF_FRAME_CONFIG

James Zern jzern at google.com
Wed Jan 13 01:28:56 EET 2021


On Fri, Jan 8, 2021 at 3:33 PM Wonkap Jang
<wonkap-at-google.com at ffmpeg.org> wrote:
>
> 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      | 32 ++++++++++++++++
>  libavcodec/libvpxenc.c | 84 ++++++++++++++++++++++++++++++++++++++++++
>  libavcodec/version.h   |  2 +-
>  3 files changed, 117 insertions(+), 1 deletion(-)
>

lgtm. I'll push this soon if there aren't any other comments.

> [...]
> +}
> +

I removed this extra whitespace locally.

> +#endif
> +


More information about the ffmpeg-devel mailing list