mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
avfilter/avfilter: Remove redundant assignment
av_frame_copy_props() already copies pts. Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -1068,7 +1068,6 @@ static int take_samples(AVFilterLink *link, unsigned min, unsigned max,
|
||||
av_frame_free(&buf);
|
||||
return ret;
|
||||
}
|
||||
buf->pts = frame0->pts;
|
||||
|
||||
p = 0;
|
||||
for (i = 0; i < nb_frames; i++) {
|
||||
|
||||
Reference in New Issue
Block a user