mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-11 17:30:00 +01:00
avfilter/vf_stereo3d: multiply linesize only once for interleaved row to mono
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -781,8 +781,7 @@ copy:
|
||||
case INTERLEAVE_ROWS_LR:
|
||||
case INTERLEAVE_ROWS_RL:
|
||||
for (i = 0; i < s->nb_planes; i++) {
|
||||
oleft->linesize[i] *= 2;
|
||||
oright->linesize[i] *= 2;
|
||||
out->linesize[i] *= 2;
|
||||
}
|
||||
case ABOVE_BELOW_LR:
|
||||
case ABOVE_BELOW_RL:
|
||||
|
||||
Reference in New Issue
Block a user