[FFmpeg-devel] [PATCH] avfilter: add deesser audio filter

Moritz Barsnick barsnick at gmx.net
Wed Jul 3 00:14:18 EEST 2019


On Sun, Jun 30, 2019 at 18:05:36 +0200, Paul B Mahol wrote:
> +        DeesserChannel *chan = &s->chan[i];;

Duplicate semicolon.

> +        av_frame_copy_props(out, in);

This can also return AVERROR(ENOMEM)?

Everything else looks fine, with my little knowledge, incl. docs.
Untested.

Cheers,
Moritz


More information about the ffmpeg-devel mailing list