Commit b0893f99 authored by melanson's avatar melanson

warning vigilance


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3221 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0542d2bd
...@@ -565,8 +565,8 @@ static int flac_decode_frame(AVCodecContext *avctx, ...@@ -565,8 +565,8 @@ static int flac_decode_frame(AVCodecContext *avctx,
{ {
FLACContext *s = avctx->priv_data; FLACContext *s = avctx->priv_data;
int metadata_last, metadata_type, metadata_size; int metadata_last, metadata_type, metadata_size;
int tmp = 0, i, j = 0, input_buf_size; int tmp = 0, i, j = 0, input_buf_size = 0;
int16_t *samples = data, *left, *right; int16_t *samples = data;
if(s->max_framesize == 0){ if(s->max_framesize == 0){
s->max_framesize= 8192; // should hopefully be enough for the first header s->max_framesize= 8192; // should hopefully be enough for the first header
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment