You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-10-06 05:47:18 +02:00
escape130: 10l for myself for not initializing y_base.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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 } };
|
||||
|
Reference in New Issue
Block a user