mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-09 16:19:35 +00:00
avfilter/vf_stereo3d: merge same code in case branches
This commit is contained in:
parent
ea8391e519
commit
34a12b9978
@ -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…
Reference in New Issue
Block a user