From fdb993b995dc315adcbd57434ea8a3558c493982 Mon Sep 17 00:00:00 2001 From: arpi Date: Wed, 29 Jan 2003 10:00:40 +0000 Subject: 10l git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9153 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/layer2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp3lib') diff --git a/mp3lib/layer2.c b/mp3lib/layer2.c index 84383424a6..07ee21101f 100644 --- a/mp3lib/layer2.c +++ b/mp3lib/layer2.c @@ -235,7 +235,7 @@ static void II_step_two(unsigned int *bit_alloc,real fraction[2][4][SBLIMIT],int static void II_select_table(struct frame *fr) { - static int translate[8][2][16] = + static int translate[9][2][16] = { { { 0,2,2,2,2,2,2,0,0,0,1,1,1,1,1,0 } , /*44.1 stereo*/ { 0,2,2,0,0,0,1,1,1,1,1,1,1,1,1,0 } } , /*44.1 mono*/ { { 0,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0 } , /*48 stereo*/ -- cgit v1.2.3