diff ac3dec.c @ 7718:61e12905c9af libavcodec

cosmetics: change "get" to "decode"
author jbr
date Fri, 29 Aug 2008 00:06:43 +0000
parents a781fc312ccc
children 0f7cdf663356
line wrap: on
line diff
--- a/ac3dec.c	Thu Aug 28 23:16:21 2008 +0000
+++ b/ac3dec.c	Fri Aug 29 00:06:43 2008 +0000
@@ -568,7 +568,7 @@
 }
 
 /**
- * Get the transform coefficients.
+ * Decode the transform coefficients.
  */
 static void decode_transform_coeffs(AC3DecodeContext *s, int blk)
 {