Mercurial > libavcodec.hg
diff ac3dec.c @ 7719:0f7cdf663356 libavcodec
cosmetics: change another "get" to "decode"
| author | jbr |
|---|---|
| date | Fri, 29 Aug 2008 00:09:47 +0000 |
| parents | 61e12905c9af |
| children | 023851dde8c7 |
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)
