Merge commit 'd5d2d6c3b8'
* commit 'd5d2d6c3b8': dcadec: initialize variables before use Conflicts: libavcodec/dcadec.c See:53918a1c54Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
785f71fcd5
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue