From 498cb531637f597e1b8e3d37186fccc704c006d3 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Mon, 23 Jun 2008 20:33:31 +0000 Subject: [PATCH] This should be signed Originally committed as revision 13925 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ra144.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c index 942a090..e43fcd1 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]; -- 2.7.4