projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94be3bb
)
This should be signed
author
Vitor Sessak
<vitor1001@gmail.com>
Mon, 23 Jun 2008 20:33:31 +0000
(20:33 +0000)
committer
Vitor Sessak
<vitor1001@gmail.com>
Mon, 23 Jun 2008 20:33:31 +0000
(20:33 +0000)
Originally committed as revision 13925 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ra144.c
patch
|
blob
|
history
diff --git
a/libavcodec/ra144.c
b/libavcodec/ra144.c
index
942a090
..
e43fcd1
100644
(file)
--- 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];