summaryrefslogtreecommitdiff
path: root/libavcodec/ac3tab.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-12 19:40:29 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-08-12 19:40:29 +0200
commitf10462377d93a55600b8301a25f99d954a879437 (patch)
tree6399c3353014d973439406c55780122204cc16d1 /libavcodec/ac3tab.c
parent7fabf3a4b71c799eae9d3dd89bf546482115aff2 (diff)
downloadffmpeg-f10462377d93a55600b8301a25f99d954a879437.tar.gz
libavcodec/ac3tab.c: Fix duplicate words
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/ac3tab.c')
-rw-r--r--libavcodec/ac3tab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ac3tab.c b/libavcodec/ac3tab.c
index 9d20d907dd..1ae7ddf2a6 100644
--- a/libavcodec/ac3tab.c
+++ b/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]
*/
const uint8_t ff_ac3_dec_channel_map[8][2][6] = {