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:
9895ebe
)
kill warning
author
Carl Eugen Hoyos
<cehoyos@ag.or.at>
Wed, 8 Aug 2007 07:04:23 +0000
(07:04 +0000)
committer
Benoit Fouet
<benoit.fouet@free.fr>
Wed, 8 Aug 2007 07:04:23 +0000
(07:04 +0000)
patch by Carl Eugen Hoyos [cehoyos * ag or at]
Originally committed as revision 9981 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/cook.c
patch
|
blob
|
history
diff --git
a/libavcodec/cook.c
b/libavcodec/cook.c
index c994a618dbb1d2b3420ed5b266ed0f510b888d20..2765b12eb69bccf48efe81df84551b1517644972 100644
(file)
--- a/
libavcodec/cook.c
+++ b/
libavcodec/cook.c
@@
-270,7
+270,7
@@
static float *maybe_reformat_buffer32 (COOKContext *q, float *ptr, int n)
return ptr;
}
-static
int
init_cplscales_table (COOKContext *q) {
+static
void
init_cplscales_table (COOKContext *q) {
int i;
for (i=0;i<5;i++)
q->cplscales[i] = maybe_reformat_buffer32 (q, cplscales[i], (1<<(i+2))-1);