diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2008-08-29 00:09:47 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2008-08-29 00:09:47 +0000 |
commit | e522bd49c8dbe9a77ed28009d3813f808a8072ca (patch) | |
tree | bda6a251d795833d037e03e1705a77d74d0382dd /libavcodec | |
parent | 164e169fef1c06b852ad15c6a79c3f907beee72e (diff) | |
download | ffmpeg-e522bd49c8dbe9a77ed28009d3813f808a8072ca.tar.gz |
cosmetics: change another "get" to "decode"
Originally committed as revision 15014 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/ac3dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c index efcaa44a2b..0d2d7d7ec3 100644 --- a/libavcodec/ac3dec.c +++ b/libavcodec/ac3dec.c @@ -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) |