[FFmpeg-devel] [PATCH] avcodec/libvpxenc: add VP8 temporal scalability configuration options
James Zern
jzern at google.com
Sat Nov 17 06:59:54 EET 2018
On Wed, Nov 14, 2018 at 12:56 PM Ard Oerlemans
<ardoerlemans-at-google.com at ffmpeg.org> wrote:
>
> This commit adds configuration options to libvpxenc.c that can be used to
> enable VP8 temporal scalability. It also adds a way to programmatically set the
> per-frame encoding flags which can be used to control usage and updates of
> reference frames while encoding with temporal scalability enabled.
> ---
> doc/encoders.texi | 28 +++++++++++++++
> libavcodec/libvpxenc.c | 81 ++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 109 insertions(+)
>
lgtm. I'll submit this soon if there aren't any further comments.
> [...]
> + while (token && dest_idx < max_entries)
> + {
This should be joined with the previous line. I have a fix for it locally.
More information about the ffmpeg-devel
mailing list