aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/resample.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2008-08-03 16:42:32 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2008-08-03 16:42:32 +0000
commit14b7062829968e3e6f8974cbea1bbdbf6e83e095 (patch)
tree2cd2b7adb894d80aec74dede0fabbe67b8aec34c /libavcodec/resample.c
parent2d47c3de988c3448bc8ed1799dd3df5cdd16549f (diff)
downloadandroid_external_ffmpeg-14b7062829968e3e6f8974cbea1bbdbf6e83e095.tar.gz
android_external_ffmpeg-14b7062829968e3e6f8974cbea1bbdbf6e83e095.tar.bz2
android_external_ffmpeg-14b7062829968e3e6f8974cbea1bbdbf6e83e095.zip
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/resample.c')
-rw-r--r--libavcodec/resample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/resample.c b/libavcodec/resample.c
index c6547d8d81..c4a5dbdfce 100644
--- a/libavcodec/resample.c
+++ b/libavcodec/resample.c
@@ -154,7 +154,7 @@ ReSampleContext *audio_resample_init(int output_channels, int input_channels,
s->filter_channels = s->output_channels;
/*
- * ac3 output is the only case where filter_channels could be greater than 2.
+ * AC-3 output is the only case where filter_channels could be greater than 2.
* input channels can't be greater than 2, so resample the 2 channels and then
* expand to 6 channels after the resampling.
*/