From b74213db0803848ab61a815161fbb5fb4fb8b220 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 26 Aug 2013 19:30:45 +0000 Subject: wavpackenc: remove duplicate 'const' declaration specifier Signed-off-by: Paul B Mahol --- libavcodec/wavpackenc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/wavpackenc.h') diff --git a/libavcodec/wavpackenc.h b/libavcodec/wavpackenc.h index 1582d683e2..7a482ceec9 100644 --- a/libavcodec/wavpackenc.h +++ b/libavcodec/wavpackenc.h @@ -637,7 +637,7 @@ static const WavPackDecorrSpec very_high_specs[] = { { 0, 1, { -1,18,18, 2,18, 3, 5,18, 2,18, 6, 8, 4, 5, 7,-1 } }, }; -static const WavPackDecorrSpec const *decorr_filters[] = { +static const WavPackDecorrSpec *decorr_filters[] = { &fast_specs[0], &default_specs[0], &high_specs[0], &very_high_specs[0], }; -- cgit v1.2.1