[SCM] libav/experimental: warning vigilance

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


The following commit has been merged in the experimental branch:
commit 3f1899a8340e0b012bec1a257db04dca8282bcb4
Author: Mike Melanson <mike at multimedia.cx>
Date:   Sun Jun 13 23:40:54 2004 +0000

    warning vigilance
    
    Originally committed as revision 3221 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/flac.c b/libavcodec/flac.c
index 3820826..464d799 100644
--- a/libavcodec/flac.c
+++ b/libavcodec/flac.c
@@ -565,8 +565,8 @@ static int flac_decode_frame(AVCodecContext *avctx,
 {
     FLACContext *s = avctx->priv_data;
     int metadata_last, metadata_type, metadata_size;
-    int tmp = 0, i, j = 0, input_buf_size;
-    int16_t *samples = data, *left, *right;
+    int tmp = 0, i, j = 0, input_buf_size = 0;
+    int16_t *samples = data;
 
     if(s->max_framesize == 0){
         s->max_framesize= 8192; // should hopefully be enough for the first header

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list