Commit 5b658929 authored by jbr's avatar jbr

cosmetics: change another "get" to "decode"

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15014 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1544328a
...@@ -440,7 +440,7 @@ typedef struct { ...@@ -440,7 +440,7 @@ typedef struct {
} mant_groups; } 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 * reference: Section 7.3 Quantization and Decoding of Mantissas
*/ */
static void ac3_decode_transform_coeffs_ch(AC3DecodeContext *s, int ch_index, mant_groups *m) static void ac3_decode_transform_coeffs_ch(AC3DecodeContext *s, int ch_index, mant_groups *m)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment