[SCM] libav/experimental: Remove unused variable.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:26:14 UTC 2013


The following commit has been merged in the experimental branch:
commit 218e06120114bb5c370f2f5e940bd5ebac539a40
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sun Jul 27 21:56:26 2008 +0000

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

diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c
index fe91d61..9dd6ba8 100644
--- a/libavcodec/vc1.c
+++ b/libavcodec/vc1.c
@@ -3108,7 +3108,6 @@ static int vc1_decode_p_mb(VC1Context *v)
     int cbp; /* cbp decoding stuff */
     int mqdiff, mquant; /* MB quantization */
     int ttmb = v->ttfrm; /* MB Transform type */
-    int status;
 
     static const int size_table[6] = { 0, 2, 3, 4, 5, 8 },
       offset_table[6] = { 0, 1, 3, 7, 15, 31 };

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list