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

James Zern jzern at google.com
Thu Jan 14 21:13:39 EET 2021


On Tue, Jan 12, 2021 at 3:28 PM James Zern <jzern at google.com> wrote:
>
> 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.
>

pushed. thanks for the patch.

> > [...]
> > +}
> > +
>
> I removed this extra whitespace locally.
>
> > +#endif
> > +


More information about the ffmpeg-devel mailing list