This should be signed

Originally committed as revision 13925 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Vitor Sessak 17 years ago
parent 94be3bb50a
commit 498cb53163
  1. 2
      libavcodec/ra144.c

@ -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];

Loading…
Cancel
Save