git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72fed6d
)
lavc/on2avc: silent warnings about const params
author
Lukasz Marek
<lukasz.m.luki2@gmail.com>
Sun, 11 May 2014 04:21:25 +0000
(06:21 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sun, 11 May 2014 04:23:25 +0000
(06:23 +0200)
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/on2avc.c
patch
|
blob
|
history
diff --git
a/libavcodec/on2avc.c
b/libavcodec/on2avc.c
index
9378391
..
ed212f1
100644
(file)
--- a/
libavcodec/on2avc.c
+++ b/
libavcodec/on2avc.c
@@
-314,7
+314,7
@@
static void zero_head_and_tail(float *src, int len, int order0, int order1)
}
static void pretwiddle(float *src, float *dst, int dst_len, int tab_step,
- int step, int order0, int order1, const double **tabs)
+ int step, int order0, int order1, const double *
const
*tabs)
{
float *src2, *out;
const double *tab;
@@
-342,7
+342,7
@@
static void pretwiddle(float *src, float *dst, int dst_len, int tab_step,
static void twiddle(float *src1, float *src2, int src2_len,
const double *tab, int tab_len, int step,
- int order0, int order1, const double **tabs)
+ int order0, int order1, const double *
const
*tabs)
{
int steps;
int mask;