OSDN Git Service

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

libavcodec/ac3dec.c

index 3d403aa..efcaa44 100644 (file)
@@ -568,7 +568,7 @@ static void decode_transform_coeffs_ch(AC3DecodeContext *s, int blk, int ch,
 }
 
 /**
- * Get the transform coefficients.
+ * Decode the transform coefficients.
  */
 static void decode_transform_coeffs(AC3DecodeContext *s, int blk)
 {