From a2d10dd8d8ad5f893d37724fa03aaafd588aa383 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Thu, 19 Jun 2008 20:28:28 +0000 Subject: Rename table Originally committed as revision 13824 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ra144.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ra144.h') diff --git a/libavcodec/ra144.h b/libavcodec/ra144.h index fd74c972c7..af2b9257fb 100644 --- a/libavcodec/ra144.h +++ b/libavcodec/ra144.h @@ -1869,7 +1869,7 @@ static const uint32_t ftable2[128]={ 192855, 211270, 211641, 210734, 221325, 222075, 214093, 194793 }; -static const int16_t decodeval[63]={ +static const int16_t energy_tab[63]={ 0, 6, 16, 18, 20, 23, 25, 29, 32, 36, 41, 46, 51, 57, 65, 73, 81, 91, 103, 115, 129, 145, 163, 183, -- cgit v1.2.3