summaryrefslogtreecommitdiffstats
path: root/libavcodec/on2avc.c
diff options
context:
space:
mode:
authorLukasz Marek <lukasz.m.luki2@gmail.com>2014-05-11 06:21:25 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-11 06:23:25 +0200
commitab57cbb7b10fb2e26c3de17d5fe963025d502ce5 (patch)
tree96089e1187eb468afb1e5be906edf7ae8e1f776d /libavcodec/on2avc.c
parent72fed6d12299bc0f860b7ffdb4b844131de31a06 (diff)
downloadffmpeg-streaming-ab57cbb7b10fb2e26c3de17d5fe963025d502ce5.zip
ffmpeg-streaming-ab57cbb7b10fb2e26c3de17d5fe963025d502ce5.tar.gz
lavc/on2avc: silent warnings about const params
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/on2avc.c')
-rw-r--r--libavcodec/on2avc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/on2avc.c b/libavcodec/on2avc.c
index 9378391..ed212f1 100644
--- 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;
OpenPOWER on IntegriCloud