summaryrefslogtreecommitdiff
path: root/libavfilter/vf_stereo3d.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-09-16 11:41:50 +0200
committerPaul B Mahol <onemda@gmail.com>2019-09-16 11:41:50 +0200
commit34a12b99788d6be1e07a70760b9e0b2ce99180f2 (patch)
tree23a4241db0cb6e9e0508fa1537c19360d5fefa5e /libavfilter/vf_stereo3d.c
parentea8391e519f4dcbe66d7ab736fe8d8bebd307933 (diff)
avfilter/vf_stereo3d: merge same code in case branches
Diffstat (limited to 'libavfilter/vf_stereo3d.c')
-rw-r--r--libavfilter/vf_stereo3d.c2
1 files changed, 0 insertions, 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;