lavfi/stereo3d: fix output width for sbsl/sbs2l

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/15/head
Paul B Mahol 12 years ago
parent f0a149e538
commit b725202546
  1. 2
      libavfilter/vf_stereo3d.c

@ -263,7 +263,7 @@ static int config_output(AVFilterLink *outlink)
case SIDE_BY_SIDE_2_LR:
aspect.num /= 2;
case SIDE_BY_SIDE_LR:
s->out.width =
s->out.width = s->width * 2;
s->out.off_right = s->width * 3;
break;
case SIDE_BY_SIDE_2_RL:

Loading…
Cancel
Save