diff options
author | Martin Vignali | 2016-04-04 17:23:42 +0200 |
---|---|---|
committer | Paul B Mahol | 2016-04-04 22:30:33 +0200 |
commit | 062ad63064b5ab39ee79a61bf98baa5d3d6b81fd (patch) | |
tree | d0b6cf3a1debdf09981a685cffdeb46ae90c2cc4 | |
parent | 54c914651f1675577e090ab4ac671ba6fd406262 (diff) |
libavcodec/exr : cosmetic change
-rw-r--r-- | libavcodec/exr.c | 3 |
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; |