mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 00:02:52 +00:00
avcodec/sunrast: Fix indention
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
0e8b7709a9
commit
0728d64497
@ -132,8 +132,8 @@ static int sunrast_decode_frame(AVCodecContext *avctx, void *data,
|
|||||||
return AVERROR(ENOMEM);
|
return AVERROR(ENOMEM);
|
||||||
stride = (w + 15 >> 3) * depth;
|
stride = (w + 15 >> 3) * depth;
|
||||||
} else {
|
} else {
|
||||||
ptr = p->data[0];
|
ptr = p->data[0];
|
||||||
stride = p->linesize[0];
|
stride = p->linesize[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
/* scanlines are aligned on 16 bit boundaries */
|
/* scanlines are aligned on 16 bit boundaries */
|
||||||
|
Loading…
Reference in New Issue
Block a user