mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-04 22:30:25 +00:00
cosmetics: change another "get" to "decode"
Originally committed as revision 15014 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
164e169fef
commit
e522bd49c8
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user