Commit 785f71fc authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'd5d2d6c3'

* commit 'd5d2d6c3':
  dcadec: initialize variables before use

Conflicts:
	libavcodec/dcadec.c

See: 53918a1cMerged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 2c4d5d34 d5d2d6c3
......@@ -1637,7 +1637,7 @@ static int dca_exss_parse_asset_header(DCAContext *s)
int embedded_stereo = 0;
int embedded_6ch = 0;
int drc_code_present;
int av_uninit(extensions_mask);
int extensions_mask = 0;
int i, j;
if (get_bits_left(&s->gb) < 16)
......
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