ac3enc_template: silence may be used uninitialized in this function warnings

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-02-26 02:32:44 +01:00
parent 5bcb379ffe
commit f6fff8e546

View File

@ -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;