escape130: 10l for myself for not initializing y_base.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-12-08 13:20:25 +01:00
parent e91c088055
commit 31c55c572a
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ static int escape130_decode_frame(AVCodecContext *avctx,
block_index, row_index = 0;
unsigned y[4] = {0}, cb = 16, cr = 16;
unsigned skip = -1;
unsigned y_base;
unsigned y_base = 0;
uint8_t *yb= s->bases;
AVFrame new_frame = { { 0 } };