comparison mp3lib/layer2.c @ 9152:17159c133384

10l
author arpi
date Wed, 29 Jan 2003 10:00:40 +0000
parents 8a0a93d6b4c3
children d155623271e3
comparison
equal deleted inserted replaced
9151:d81407c5ef1c 9152:17159c133384
233 233
234 } 234 }
235 235
236 static void II_select_table(struct frame *fr) 236 static void II_select_table(struct frame *fr)
237 { 237 {
238 static int translate[8][2][16] = 238 static int translate[9][2][16] =
239 { { { 0,2,2,2,2,2,2,0,0,0,1,1,1,1,1,0 } , /*44.1 stereo*/ 239 { { { 0,2,2,2,2,2,2,0,0,0,1,1,1,1,1,0 } , /*44.1 stereo*/
240 { 0,2,2,0,0,0,1,1,1,1,1,1,1,1,1,0 } } , /*44.1 mono*/ 240 { 0,2,2,0,0,0,1,1,1,1,1,1,1,1,1,0 } } , /*44.1 mono*/
241 { { 0,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0 } , /*48 stereo*/ 241 { { 0,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0 } , /*48 stereo*/
242 { 0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0 } } , /*48 mono*/ 242 { 0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0 } } , /*48 mono*/
243 { { 0,3,3,3,3,3,3,0,0,0,1,1,1,1,1,0 } , /*32 stereo*/ 243 { { 0,3,3,3,3,3,3,0,0,0,1,1,1,1,1,0 } , /*32 stereo*/