avformat/riffdec: Initialize bitrate
Fixes CID1338334 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
085ab74972
commit
32bf6550cb
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,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…
Add table
Add a link
Reference in a new issue