[FFmpeg-cvslog] r15014 - trunk/libavcodec/ac3dec.c
jbr
subversion
Fri Aug 29 02:09:47 CEST 2008
Author: jbr
Date: Fri Aug 29 02:09:47 2008
New Revision: 15014
Log:
cosmetics: change another "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:09:47 2008
@@ -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)
More information about the ffmpeg-cvslog
mailing list