summaryrefslogtreecommitdiff
path: root/libavcodec/flac.c
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2004-06-13 23:40:54 +0000
committerMike Melanson <mike@multimedia.cx>2004-06-13 23:40:54 +0000
commit3f1899a8340e0b012bec1a257db04dca8282bcb4 (patch)
tree7a6f6c3acec7bf8f52021735cf3ed30d4791a929 /libavcodec/flac.c
parent975af7a99225bdf783d580ff626678177c6ada50 (diff)
warning vigilance
Originally committed as revision 3221 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/flac.c')
-rw-r--r--libavcodec/flac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/flac.c b/libavcodec/flac.c
index 382082627b..464d7999d5 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