Commit b7252025 authored by Paul B Mahol's avatar Paul B Mahol

lavfi/stereo3d: fix output width for sbsl/sbs2l

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent f0a149e5
...@@ -263,7 +263,7 @@ static int config_output(AVFilterLink *outlink) ...@@ -263,7 +263,7 @@ static int config_output(AVFilterLink *outlink)
case SIDE_BY_SIDE_2_LR: case SIDE_BY_SIDE_2_LR:
aspect.num /= 2; aspect.num /= 2;
case SIDE_BY_SIDE_LR: case SIDE_BY_SIDE_LR:
s->out.width = s->out.width = s->width * 2;
s->out.off_right = s->width * 3; s->out.off_right = s->width * 3;
break; break;
case SIDE_BY_SIDE_2_RL: case SIDE_BY_SIDE_2_RL:
......
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