summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2019-09-21 18:06:24 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2019-09-22 18:16:38 +0200
commit0728d644973c314785c26b3d0559ba829ca31641 (patch)
treea34e72e40816840dd69d192f7afd96a0427f8213 /libavcodec
parent0e8b7709a92afd7c10b4b5861870f6e365f280c3 (diff)
avcodec/sunrast: Fix indention
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/sunrast.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/sunrast.c b/libavcodec/sunrast.c
index 883421202a..baf184968f 100644
--- a/libavcodec/sunrast.c
+++ b/libavcodec/sunrast.c
@@ -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 */