cosmetics: change another "get" to "decode"
authorJustin Ruggles <justin.ruggles@gmail.com>
Fri, 29 Aug 2008 00:09:47 +0000 (00:09 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Fri, 29 Aug 2008 00:09:47 +0000 (00:09 +0000)
Originally committed as revision 15014 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ac3dec.c

index efcaa44..0d2d7d7 100644 (file)
@@ -440,7 +440,7 @@ typedef struct {
 } mant_groups;
 
 /**
- * Get the transform coefficients for a particular channel
+ * Decode the transform coefficients for a particular channel
  * reference: Section 7.3 Quantization and Decoding of Mantissas
  */
 static void ac3_decode_transform_coeffs_ch(AC3DecodeContext *s, int ch_index, mant_groups *m)