[FFmpeg-cvslog] r15013 - trunk/libavcodec/ac3dec.c
jbr
subversion
Fri Aug 29 02:06:43 CEST 2008
Author: jbr
Date: Fri Aug 29 02:06:43 2008
New Revision: 15013
Log:
cosmetics: change "get" to "decode"
Modified:
trunk/libavcodec/ac3dec.c
Modified: trunk/libavcodec/ac3dec.c
==============================================================================
--- trunk/libavcodec/ac3dec.c (original)
+++ trunk/libavcodec/ac3dec.c Fri Aug 29 02:06:43 2008
@@ -568,7 +568,7 @@ static void decode_transform_coeffs_ch(A
}
/**
- * Get the transform coefficients.
+ * Decode the transform coefficients.
*/
static void decode_transform_coeffs(AC3DecodeContext *s, int blk)
{
More information about the ffmpeg-cvslog
mailing list