avfilter/vf_stereo3d: merge same code in case branches

pull/322/head
Paul B Mahol 5 years ago
parent ea8391e519
commit 34a12b9978
  1. 2
      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;

Loading…
Cancel
Save