On Mon, Dec 23, 2019 at 12:53 PM Wang Cao <[email protected]> wrote: > > Signed-off-by: Wang Cao <[email protected]> > --- > 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. _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
