In attach a patch with a small cosmetic (introduce with tile patch).

Martin
Jokyo Images
From 7101d2ab3e9d7270545f247fd2ba9a8073c7a9c2 Mon Sep 17 00:00:00 2001
From: Martin Vignali <martin.vign...@gmail.com>
Date: Mon, 4 Apr 2016 17:23:42 +0200
Subject: [PATCH 2/2] libavcodec/exr : cosmetic change

---
 libavcodec/exr.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libavcodec/exr.c b/libavcodec/exr.c
index b0573d5..e25fe83 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;
-- 
1.9.3 (Apple Git-50)

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to