Commit 6b368bcb authored by Paul B Mahol's avatar Paul B Mahol

avfilter/af_apsyclip: add copy_props() call

parent 0d6a6c87
......@@ -556,6 +556,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
}
s->in = in;
av_frame_copy_props(out, in);
ff_filter_execute(ctx, psy_channels, out, NULL,
FFMIN(outlink->ch_layout.nb_channels, ff_filter_get_nb_threads(ctx)));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment