ac3enc_template: silence may be used uninitialized in this function warnings
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
5bcb379ffe
commit
f6fff8e546
@ -133,7 +133,7 @@ static void apply_channel_coupling(AC3EncodeContext *s)
|
|||||||
#else
|
#else
|
||||||
int32_t (*fixed_cpl_coords)[AC3_MAX_CHANNELS][16] = cpl_coords;
|
int32_t (*fixed_cpl_coords)[AC3_MAX_CHANNELS][16] = cpl_coords;
|
||||||
#endif
|
#endif
|
||||||
int blk, ch, bnd, i, j;
|
int av_uninit(blk), ch, bnd, i, j;
|
||||||
CoefSumType energy[AC3_MAX_BLOCKS][AC3_MAX_CHANNELS][16] = {{{0}}};
|
CoefSumType energy[AC3_MAX_BLOCKS][AC3_MAX_CHANNELS][16] = {{{0}}};
|
||||||
int cpl_start, num_cpl_coefs;
|
int cpl_start, num_cpl_coefs;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user