[FFmpeg-devel] [PATCH] Add a commandline option to control loop restoration for libaom

James Zern jzern at google.com
Sat Jan 18 00:56:57 EET 2020


On Fri, Jan 17, 2020 at 2:45 PM James Zern <jzern at google.com> wrote:
>
> On Mon, Dec 23, 2019 at 12:53 PM Wang Cao <doubleecao at gmail.com> wrote:
> >
> > Signed-off-by: Wang Cao <wangcao at google.com>
> > ---
> >  doc/encoders.texi      | 3 +++
> >  libavcodec/libaomenc.c | 6 ++++++
> >  2 files changed, 9 insertions(+)
> >
>
> lgtm. sorry for losing track of this.
>

applied, thanks.

> > [...]
> > +    if (ctx->enable_restoration >= 0)
> > +      codecctl_int(avctx, AV1E_SET_ENABLE_RESTORATION, ctx->enable_restoration);
>
> indent is 4, I fixed this locally.


More information about the ffmpeg-devel mailing list