[SCM] libav/experimental: Revert previous bogus warning fix.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:32:20 UTC 2013


The following commit has been merged in the experimental branch:
commit e7650becc63b37ad39efd063bac4336e3a9568eb
Author: Falk Hüffner <mellum at users.sourceforge.net>
Date:   Mon Jun 3 14:44:37 2002 +0000

    Revert previous bogus warning fix.
    
    Originally committed as revision 655 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/h263.c b/libavcodec/h263.c
index 5ced0eb..588047b 100644
--- a/libavcodec/h263.c
+++ b/libavcodec/h263.c
@@ -1367,6 +1367,7 @@ static inline int mpeg4_pred_dc(MpegEncContext * s, int n, UINT16 **dc_val_ptr,
 {
     int a, b, c, wrap, pred, scale;
     UINT16 *dc_val;
+    int dummy;
 
     /* find prediction */
     if (n < 4) {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list