From 164e169fef1c06b852ad15c6a79c3f907beee72e Mon Sep 17 00:00:00 2001 From: Justin Ruggles <justin.ruggles@gmail.com> Date: Fri, 29 Aug 2008 00:06:43 +0000 Subject: [PATCH] cosmetics: change "get" to "decode" Originally committed as revision 15013 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ac3dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c index 3d403aa0234..efcaa44a2b8 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) { -- GitLab