1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00

avcodec/sunrast: Fix indention

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 0728d644973c314785c26b3d0559ba829ca31641)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2019-09-21 18:06:24 +02:00
parent 0b8b5fea94
commit 1eb05c3bbb

View File

@ -132,8 +132,8 @@ static int sunrast_decode_frame(AVCodecContext *avctx, void *data,
return AVERROR(ENOMEM);
stride = (w + 15 >> 3) * depth;
} else {
ptr = p->data[0];
stride = p->linesize[0];
ptr = p->data[0];
stride = p->linesize[0];
}
/* scanlines are aligned on 16 bit boundaries */