mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avfilter/af_arnndn: call av_frame_copy_props()
This commit is contained in:
parent
697e0fc062
commit
180a7d2d6c
@ -1436,7 +1436,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
|
||||
av_frame_free(&in);
|
||||
return AVERROR(ENOMEM);
|
||||
}
|
||||
out->pts = in->pts;
|
||||
av_frame_copy_props(out, in);
|
||||
|
||||
td.in = in; td.out = out;
|
||||
ff_filter_execute(ctx, rnnoise_channels, &td, NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user