summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2008-08-29 00:09:47 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2008-08-29 00:09:47 +0000
commite522bd49c8dbe9a77ed28009d3813f808a8072ca (patch)
treebda6a251d795833d037e03e1705a77d74d0382dd /libavcodec/ac3dec.c
parent164e169fef1c06b852ad15c6a79c3f907beee72e (diff)
cosmetics: change another "get" to "decode"
Originally committed as revision 15014 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3dec.c')
-rw-r--r--libavcodec/ac3dec.c2
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)