Commit 74adaa3a authored by Vitor Sessak's avatar Vitor Sessak

More cosmetics

Originally committed as revision 13952 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a9764268
......@@ -202,9 +202,8 @@ static unsigned int rms(const int *data)
return res;
}
static void do_output_subblock(RA144Context *ractx,
const uint16_t *lpc_coefs, int gval,
GetBitContext *gb)
static void do_output_subblock(RA144Context *ractx, const uint16_t *lpc_coefs,
int gval, GetBitContext *gb)
{
uint16_t buffer_a[40];
uint16_t *block;
......
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