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/resample.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/resample.c')
-rw-r--r-- | libavcodec/resample.c | 2 |
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. */ |