Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Vignali <martin.vignali@gmail.com>2016-04-04 18:23:42 +0300
committerPaul B Mahol <onemda@gmail.com>2016-04-04 23:30:33 +0300
commit062ad63064b5ab39ee79a61bf98baa5d3d6b81fd (patch)
treed0b6cf3a1debdf09981a685cffdeb46ae90c2cc4 /libavcodec/exr.c
parent54c914651f1675577e090ab4ac671ba6fd406262 (diff)
libavcodec/exr : cosmetic change
Diffstat (limited to 'libavcodec/exr.c')
-rw-r--r--libavcodec/exr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/exr.c b/libavcodec/exr.c
index b0573d53e4..e25fe83f28 100644
--- a/libavcodec/exr.c
+++ b/libavcodec/exr.c
@@ -1201,8 +1201,7 @@ static int decode_block(AVCodecContext *avctx, void *tdata,
channel_buffer[2] += channelLineSize;
if (channel_buffer[3])
channel_buffer[3] += channelLineSize;
- }
- else{
+ } else {
channel_buffer[0] += s->scan_line_size;
channel_buffer[1] += s->scan_line_size;
channel_buffer[2] += s->scan_line_size;