mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
avformat/riffdec: Initialize bitrate
Fixes CID1338334 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit 32bf6550cb9cc9f487a6722fe2bfc272a93c1065) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
aa9ac199b8
commit
b8621a2e98
@ -87,7 +87,7 @@ int ff_get_wav_header(AVFormatContext *s, AVIOContext *pb,
|
||||
AVCodecContext *codec, int size, int big_endian)
|
||||
{
|
||||
int id;
|
||||
uint64_t bitrate;
|
||||
uint64_t bitrate = 0;
|
||||
|
||||
if (size < 14) {
|
||||
avpriv_request_sample(codec, "wav header size < 14");
|
||||
|
Loading…
x
Reference in New Issue
Block a user