summaryrefslogtreecommitdiff
path: root/libavfilter/vf_guided.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_guided.c')
-rw-r--r--libavfilter/vf_guided.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavfilter/vf_guided.c b/libavfilter/vf_guided.c
index 6ded4c7c59..ea537e40c6 100644
--- a/libavfilter/vf_guided.c
+++ b/libavfilter/vf_guided.c
@@ -323,10 +323,6 @@ static int process_frame(FFFrameSync *fs)
}
av_frame_copy_props(out_frame, main_frame);
- if (ctx->is_disabled || !ref_frame) {
- av_frame_copy_props(ref_frame, main_frame);
- }
-
for (int plane = 0; plane < s->nb_planes; plane++) {
if (!(s->planes & (1 << plane))) {
av_image_copy_plane(out_frame->data[plane], out_frame->linesize[plane],