[SCM] libav/experimental: remove ()

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:06:58 UTC 2013


The following commit has been merged in the experimental branch:
commit ba8964db60592febf238678adb2d3e62562a9d47
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Sep 9 12:25:12 2007 +0000

    remove ()
    
    Originally committed as revision 10452 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/snow.c b/libavcodec/snow.c
index dcaa682..c24daca 100644
--- a/libavcodec/snow.c
+++ b/libavcodec/snow.c
@@ -4406,7 +4406,7 @@ static int decode_init(AVCodecContext *avctx)
 
     block_size = MB_SIZE >> s->block_max_depth;
 
-    slice_buffer_init(&s->sb, s->plane[0].height, (block_size) + (s->spatial_decomposition_count * 8) + 1, s->plane[0].width, s->spatial_idwt_buffer);
+    slice_buffer_init(&s->sb, s->plane[0].height, block_size + s->spatial_decomposition_count * 8 + 1, s->plane[0].width, s->spatial_idwt_buffer);
     return 0;
 }
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list