diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2008-08-03 16:42:32 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2008-08-03 16:42:32 +0000 |
commit | 14b7062829968e3e6f8974cbea1bbdbf6e83e095 (patch) | |
tree | 2cd2b7adb894d80aec74dede0fabbe67b8aec34c /libavcodec/ac3tab.c | |
parent | 2d47c3de988c3448bc8ed1799dd3df5cdd16549f (diff) | |
download | ffmpeg-14b7062829968e3e6f8974cbea1bbdbf6e83e095.tar.gz |
cosmetics: make all references to AC-3 capitalized and hyphenated
Originally committed as revision 14523 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3tab.c')
-rw-r--r-- | libavcodec/ac3tab.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/ac3tab.c b/libavcodec/ac3tab.c index 66afcd4437..8e1e7eb37c 100644 --- a/libavcodec/ac3tab.c +++ b/libavcodec/ac3tab.c @@ -1,5 +1,5 @@ /* - * AC3 tables + * AC-3 tables * copyright (c) 2001 Fabrice Bellard * * This file is part of FFmpeg. @@ -21,7 +21,7 @@ /** * @file ac3tab.c - * tables taken directly from AC3 spec. + * tables taken directly from the AC-3 spec. */ #include "ac3tab.h" @@ -88,7 +88,7 @@ const uint16_t ff_ac3_bitrate_tab[19] = { 160, 192, 224, 256, 320, 384, 448, 512, 576, 640 }; -/* AC3 MDCT window */ +/* AC-3 MDCT window */ /* MDCT window */ const int16_t ff_ac3_window[256] = { |