diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2008-08-29 00:06:43 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2008-08-29 00:06:43 +0000 |
commit | 164e169fef1c06b852ad15c6a79c3f907beee72e (patch) | |
tree | 0c13836f3a23c626707070e2dd5b3c3e596a0637 | |
parent | 86662b1c895d018364f6bf76f693342408fd52f2 (diff) | |
download | ffmpeg-164e169fef1c06b852ad15c6a79c3f907beee72e.tar.gz |
cosmetics: change "get" to "decode"
Originally committed as revision 15013 to svn://svn.ffmpeg.org/ffmpeg/trunk
-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 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) { |