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/ac3.h | |
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/ac3.h')
-rw-r--r-- | libavcodec/ac3.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/ac3.h b/libavcodec/ac3.h index 2eae0ea8cc..3b18a15a7c 100644 --- a/libavcodec/ac3.h +++ b/libavcodec/ac3.h @@ -1,5 +1,5 @@ /* - * Common code between AC3 encoder and decoder + * Common code between the AC-3 encoder and decoder * Copyright (c) 2000, 2001, 2002 Fabrice Bellard. * * This file is part of FFmpeg. @@ -21,7 +21,7 @@ /** * @file ac3.h - * Common code between AC3 encoder and decoder. + * Common code between the AC-3 encoder and decoder. */ #ifndef FFMPEG_AC3_H @@ -32,7 +32,7 @@ #define AC3_MAX_CODED_FRAME_SIZE 3840 /* in bytes */ #define AC3_MAX_CHANNELS 6 /* including LFE channel */ -#define NB_BLOCKS 6 /* number of PCM blocks inside an AC3 frame */ +#define NB_BLOCKS 6 /* number of PCM blocks inside an AC-3 frame */ #define AC3_FRAME_SIZE (NB_BLOCKS * 256) /* exponent encoding strategy */ |