[FFmpeg-cvslog] avcodec/sunrast: Fix indention
Michael Niedermayer
git at videolan.org
Sun Sep 22 19:32:50 EEST 2019
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Sat Sep 21 18:06:24 2019 +0200| [0728d644973c314785c26b3d0559ba829ca31641] | committer: Michael Niedermayer
avcodec/sunrast: Fix indention
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0728d644973c314785c26b3d0559ba829ca31641
---
libavcodec/sunrast.c | 4 ++--
1 file 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 */
More information about the ffmpeg-cvslog
mailing list