From f10462377d93a55600b8301a25f99d954a879437 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 12 Aug 2013 19:40:29 +0200 Subject: libavcodec/ac3tab.c: Fix duplicate words Signed-off-by: Michael Niedermayer --- libavcodec/ac3tab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ac3tab.c') 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] = { -- cgit v1.2.3