Commit 31c55c57 authored by Michael Niedermayer's avatar Michael Niedermayer

escape130: 10l for myself for not initializing y_base.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e91c0880
...@@ -114,7 +114,7 @@ static int escape130_decode_frame(AVCodecContext *avctx, ...@@ -114,7 +114,7 @@ static int escape130_decode_frame(AVCodecContext *avctx,
block_index, row_index = 0; block_index, row_index = 0;
unsigned y[4] = {0}, cb = 16, cr = 16; unsigned y[4] = {0}, cb = 16, cr = 16;
unsigned skip = -1; unsigned skip = -1;
unsigned y_base; unsigned y_base = 0;
uint8_t *yb= s->bases; uint8_t *yb= s->bases;
AVFrame new_frame = { { 0 } }; AVFrame new_frame = { { 0 } };
......
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