[SCM] libav/experimental: Remove unused variable.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:59:25 UTC 2013


The following commit has been merged in the experimental branch:
commit e24465962da64b86c24e5e72579e0d47b0191866
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed May 2 23:11:23 2007 +0000

    Remove unused variable.
    
    Originally committed as revision 8878 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 40dbb96..f8f61d3 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -5299,8 +5299,6 @@ decode_intra_mb:
             dct8x8_allowed = get_dct8x8_allowed(h);
 
         for(list=0; list<h->list_count; list++){
-            const int ref_count= IS_REF0(mb_type) ? 1 : h->ref_count[list];
-
             for(i=0; i<4; i++){
                 if(IS_DIRECT(h->sub_mb_type[i])) {
                     h->ref_cache[list][ scan8[4*i] ] = h->ref_cache[list][ scan8[4*i]+1 ];

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list