[FFmpeg-cvslog] r13925 - trunk/libavcodec/ra144.c
vitor
subversion
Mon Jun 23 22:33:31 CEST 2008
Author: vitor
Date: Mon Jun 23 22:33:31 2008
New Revision: 13925
Log:
This should be signed
Modified:
trunk/libavcodec/ra144.c
Modified: trunk/libavcodec/ra144.c
==============================================================================
--- trunk/libavcodec/ra144.c (original)
+++ trunk/libavcodec/ra144.c Mon Jun 23 22:33:31 2008
@@ -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];
More information about the ffmpeg-cvslog
mailing list