diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-06-23 20:33:31 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-06-23 20:33:31 +0000 |
commit | 498cb531637f597e1b8e3d37186fccc704c006d3 (patch) | |
tree | f99eb22f5ff7939422038b0d594ff366a902a437 /libavcodec | |
parent | 94be3bb50ac2eddda8d15199bb0f34d5874c3142 (diff) | |
download | ffmpeg-498cb531637f597e1b8e3d37186fccc704c006d3.tar.gz |
This should be signed
Originally committed as revision 13925 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/ra144.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c index 942a0902e8..e43fcd1b28 100644 --- a/libavcodec/ra144.c +++ b/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]; |