From b725202546da366772dec1ada40ce36832582ed9 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 17 Apr 2013 12:17:50 +0000 Subject: [PATCH] lavfi/stereo3d: fix output width for sbsl/sbs2l Signed-off-by: Paul B Mahol --- libavfilter/vf_stereo3d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_stereo3d.c b/libavfilter/vf_stereo3d.c index aaa74a35dc..c387684a23 100644 --- a/libavfilter/vf_stereo3d.c +++ b/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: