[SCM] libav/experimental: Remove parentheses

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:45:00 UTC 2013


The following commit has been merged in the experimental branch:
commit bb1135c8a3b2ad25e7d1b730ef4a126159cd3626
Author: Benjamin Larsson <banan at ludd.ltu.se>
Date:   Sat Apr 25 19:47:18 2009 +0000

    Remove parentheses
    
    Originally committed as revision 18692 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/cook.c b/libavcodec/cook.c
index df85c7d..923c8e3 100644
--- a/libavcodec/cook.c
+++ b/libavcodec/cook.c
@@ -1010,7 +1010,7 @@ static int cook_decode_frame(AVCodecContext *avctx,
 
     for(i=1;i<q->num_subpackets;i++){
         q->subpacket[i].size = 2 * buf[avctx->block_align - q->num_subpackets + i];
-        q->subpacket[0].size -= (q->subpacket[i].size + 1);
+        q->subpacket[0].size -= q->subpacket[i].size + 1;
     }
 
     /* decode supbackets */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list