Commit 1544328a authored by jbr's avatar jbr

cosmetics: change "get" to "decode"

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15013 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9447e404
...@@ -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