Commit 0728d644 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/sunrast: Fix indention

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 0e8b7709
...@@ -132,8 +132,8 @@ static int sunrast_decode_frame(AVCodecContext *avctx, void *data, ...@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment