You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/af_afftfilt: call av_frame_copy_props()
This commit is contained in:
@@ -345,7 +345,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
|
||||
goto fail;
|
||||
}
|
||||
|
||||
out->pts = in->pts;
|
||||
av_frame_copy_props(out, in);
|
||||
out->nb_samples = in->nb_samples;
|
||||
|
||||
for (ch = 0; ch < inlink->ch_layout.nb_channels; ch++) {
|
||||
|
Reference in New Issue
Block a user