mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-14 03:11:20 +00:00
cook: fix use of uninitialized variable
Fixes CID741418 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
d034847f7a
commit
c9e4554329
@ -1057,7 +1057,7 @@ static av_cold int cook_decode_init(AVCodecContext *avctx)
|
||||
int extradata_size = avctx->extradata_size;
|
||||
int s = 0;
|
||||
unsigned int channel_mask = 0;
|
||||
int samples_per_frame;
|
||||
int samples_per_frame = 0;
|
||||
int ret;
|
||||
q->avctx = avctx;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user