avfilter/af_apsyclip: add copy_props() call
This commit is contained in:
parent
0d6a6c8750
commit
6b368bcb85
1 changed files with 1 additions and 0 deletions
|
|
@ -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)));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue