diff mbox

[FFmpeg-devel,3/5] avcodec/sunrast: Fix indention

Message ID 20190921165728.24496-3-michael@niedermayer.cc
State Accepted
Commit 0728d644973c314785c26b3d0559ba829ca31641
Headers show

Commit Message

Michael Niedermayer Sept. 21, 2019, 4:57 p.m. UTC
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 libavcodec/sunrast.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Michael Niedermayer Sept. 22, 2019, 4:19 p.m. UTC | #1
On Sat, Sep 21, 2019 at 06:57:26PM +0200, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> ---
>  libavcodec/sunrast.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

will apply

[...]
diff mbox

Patch

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 */