mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02: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