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/ac3dec.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/ac3dec.h')
-rw-r--r-- | libavcodec/ac3dec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/ac3dec.h b/libavcodec/ac3dec.h index 8c41639d5f..76f9a9ff5b 100644 --- a/libavcodec/ac3dec.h +++ b/libavcodec/ac3dec.h @@ -1,5 +1,5 @@ /* - * Common code between AC3 and E-AC3 decoder + * Common code between the AC-3 and E-AC-3 decoders * Copyright (c) 2007 Bartlomiej Wolowiec <bartek.wolowiec@gmail.com> * * This file is part of FFmpeg. @@ -21,7 +21,7 @@ /** * @file ac3.h - * Common code between AC3 and E-AC3 decoder. + * Common code between the AC-3 and E-AC-3 decoders. */ #ifndef FFMPEG_AC3DEC_H |