Mercurial > libavcodec.hg
changeset 7719:0f7cdf663356 libavcodec
cosmetics: change another "get" to "decode"
author | jbr |
---|---|
date | Fri, 29 Aug 2008 00:09:47 +0000 |
parents | 61e12905c9af |
children | b1cacb2f48a0 |
files | ac3dec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ac3dec.c Fri Aug 29 00:06:43 2008 +0000 +++ b/ac3dec.c Fri Aug 29 00:09:47 2008 +0000 @@ -440,7 +440,7 @@ } 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)