提交 32bf6550 编写于 作者: M Michael Niedermayer

avformat/riffdec: Initialize bitrate

Fixes CID1338334
Signed-off-by: NMichael Niedermayer <michael@niedermayer.cc>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册