changeset 2078:3dabadc91d19 libavcodec

warning vigilance
author melanson
date Sun, 13 Jun 2004 23:40:54 +0000
parents 00ba706bc844
children 75aae96e6b54
files flac.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/flac.c	Sun Jun 13 00:10:07 2004 +0000
+++ b/flac.c	Sun Jun 13 23:40:54 2004 +0000
@@ -565,8 +565,8 @@
 {
     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