Commit 164e169f authored by Justin Ruggles's avatar Justin Ruggles

cosmetics: change "get" to "decode"

Originally committed as revision 15013 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 86662b1c
...@@ -568,7 +568,7 @@ static void decode_transform_coeffs_ch(AC3DecodeContext *s, int blk, int ch, ...@@ -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) static void decode_transform_coeffs(AC3DecodeContext *s, int blk)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment