Commit d8410e9c authored by Paul B Mahol's avatar Paul B Mahol

avformat/dhav: always initializer ret

parent 1232e67b
......@@ -146,7 +146,7 @@ static const uint32_t sample_rates[] = {
static int parse_ext(AVFormatContext *s, int length)
{
DHAVContext *dhav = s->priv_data;
int index, ret;
int index, ret = 0;
while (length > 0) {
int type = avio_r8(s->pb);
......
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