libavcodec/ac3tab.c: Fix duplicate words

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/37/head
Michael Niedermayer 12 years ago
parent 7fabf3a4b7
commit f10462377d
  1. 2
      libavcodec/ac3tab.c

@ -114,7 +114,7 @@ const uint8_t ff_ac3_enc_channel_map[8][2][6] = {
}; };
/** /**
* Table to remap channels from from AC-3 order to SMPTE order. * Table to remap channels from AC-3 order to SMPTE order.
* [channel_mode][lfe][ch] * [channel_mode][lfe][ch]
*/ */
const uint8_t ff_ac3_dec_channel_map[8][2][6] = { const uint8_t ff_ac3_dec_channel_map[8][2][6] = {

Loading…
Cancel
Save