1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-31 16:31:54 +02:00

This should be signed

Originally committed as revision 13925 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2008-06-23 20:33:31 +00:00
parent 94be3bb50a
commit 498cb53163

View File

@ -203,7 +203,7 @@ static unsigned int rms(const int *data)
}
static void do_output_subblock(RA144Context *ractx,
const uint16_t *lpc_coefs, unsigned int gval,
const uint16_t *lpc_coefs, int gval,
GetBitContext *gb)
{
uint16_t buffer_a[40];