Browse Source

avcodec/sunrast: Fix indention

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 0728d64497)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n4.2.2
Michael Niedermayer 6 years ago
parent
commit
dc2bae1b3b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/sunrast.c

+ 2
- 2
libavcodec/sunrast.c View File

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


Loading…
Cancel
Save