[FFmpeg-cvslog] libavcodec/ac3tab.c: Fix duplicate words

Michael Niedermayer git at videolan.org
Mon Aug 12 20:11:48 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Aug 12 19:40:29 2013 +0200| [f10462377d93a55600b8301a25f99d954a879437] | committer: Michael Niedermayer

libavcodec/ac3tab.c: Fix duplicate words

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f10462377d93a55600b8301a25f99d954a879437
---

 libavcodec/ac3tab.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/ac3tab.c b/libavcodec/ac3tab.c
index 9d20d90..1ae7ddf 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] = {



More information about the ffmpeg-cvslog mailing list