summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2008-08-29 00:06:43 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2008-08-29 00:06:43 +0000
commit164e169fef1c06b852ad15c6a79c3f907beee72e (patch)
tree0c13836f3a23c626707070e2dd5b3c3e596a0637 /libavcodec/ac3dec.c
parent86662b1c895d018364f6bf76f693342408fd52f2 (diff)
cosmetics: change "get" to "decode"
Originally committed as revision 15013 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 3d403aa023..efcaa44a2b 100644
--- a/libavcodec/ac3dec.c
+++ b/libavcodec/ac3dec.c
@@ -568,7 +568,7 @@ static void decode_transform_coeffs_ch(AC3DecodeContext *s, int blk, int ch,
}
/**
- * Get the transform coefficients.
+ * Decode the transform coefficients.
*/
static void decode_transform_coeffs(AC3DecodeContext *s, int blk)
{