mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
8c53b14599
commit
90550856e5
|
@ -1068,7 +1068,6 @@ static int take_samples(AVFilterLink *link, unsigned min, unsigned max,
|
||||||
av_frame_free(&buf);
|
av_frame_free(&buf);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
buf->pts = frame0->pts;
|
|
||||||
|
|
||||||
p = 0;
|
p = 0;
|
||||||
for (i = 0; i < nb_frames; i++) {
|
for (i = 0; i < nb_frames; i++) {
|
||||||
|
|
Loading…
Reference in New Issue