diff resample.c @ 7470:1a93d3bbe3ee libavcodec

cosmetics: make all references to AC-3 capitalized and hyphenated
author jbr
date Sun, 03 Aug 2008 16:42:32 +0000
parents 78b46e3f9df2
children 04423b2f6e0b
line wrap: on
line diff
--- a/resample.c	Sun Aug 03 13:11:14 2008 +0000
+++ b/resample.c	Sun Aug 03 16:42:32 2008 +0000
@@ -154,7 +154,7 @@
         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.
  */