forked from FFmpeg/FFmpeg
avfilter/vf_stereo3d: merge same code in case branches
This commit is contained in:
parent
ea8391e519
commit
34a12b9978
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue