Commit 32bf6550 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/riffdec: Initialize bitrate

Fixes CID1338334
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 085ab749
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment