Commit eacd4920 authored by lucabe's avatar lucabe

Initialize the "stc" variable before using it in ff_find_start_code()


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10193 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 31adc12a
......@@ -621,7 +621,7 @@ static int cavs_decode_frame(AVCodecContext * avctx,void *data, int *data_size,
const uint8_t *buf_end;
const uint8_t *buf_ptr;
AVFrame *picture = data;
uint32_t stc;
uint32_t stc = -1;
s->avctx = avctx;
......
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