From 34a12b99788d6be1e07a70760b9e0b2ce99180f2 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 16 Sep 2019 11:41:50 +0200 Subject: [PATCH] avfilter/vf_stereo3d: merge same code in case branches --- libavfilter/vf_stereo3d.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavfilter/vf_stereo3d.c b/libavfilter/vf_stereo3d.c index 50bf875ab3..5cbee393d8 100644 --- a/libavfilter/vf_stereo3d.c +++ b/libavfilter/vf_stereo3d.c @@ -559,8 +559,6 @@ static int config_output(AVFilterLink *outlink) break; case CHECKERBOARD_LR: case CHECKERBOARD_RL: - s->out.width = s->width * 2; - break; case INTERLEAVE_COLS_LR: case INTERLEAVE_COLS_RL: s->out.width = s->width * 2;