avfilter/vf_stereo3d: merge same code in case branches

This commit is contained in:
Paul B Mahol 2019-09-16 11:41:50 +02:00
parent ea8391e519
commit 34a12b9978
1 changed files with 0 additions and 2 deletions

View File

@ -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;