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

James Zern jzern at google.com
Sat Jan 18 00:45:22 EET 2020


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.

> [...]
> +    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