Commit f1046237 authored by Michael Niedermayer's avatar Michael Niedermayer

libavcodec/ac3tab.c: Fix duplicate words

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 7fabf3a4
......@@ -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]
*/
const uint8_t ff_ac3_dec_channel_map[8][2][6] = {
......
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