Commit 34a12b99 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_stereo3d: merge same code in case branches

parent ea8391e5
...@@ -559,8 +559,6 @@ static int config_output(AVFilterLink *outlink) ...@@ -559,8 +559,6 @@ static int config_output(AVFilterLink *outlink)
break; break;
case CHECKERBOARD_LR: case CHECKERBOARD_LR:
case CHECKERBOARD_RL: case CHECKERBOARD_RL:
s->out.width = s->width * 2;
break;
case INTERLEAVE_COLS_LR: case INTERLEAVE_COLS_LR:
case INTERLEAVE_COLS_RL: case INTERLEAVE_COLS_RL:
s->out.width = s->width * 2; s->out.width = s->width * 2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment