View | Details | Raw Unified | Return to bug 64775
Collapse All | Expand All

(-)mpg123-0.59s.vanilla/layer2.c (-1 / +1 lines)
Lines 262-268 static void II_select_table(struct frame Link Here
262
       { alloc_0, alloc_1, alloc_2, alloc_3 , alloc_4 };
262
       { alloc_0, alloc_1, alloc_2, alloc_3 , alloc_4 };
263
  static int sblims[5] = { 27 , 30 , 8, 12 , 30 };
263
  static int sblims[5] = { 27 , 30 , 8, 12 , 30 };
264
264
265
  if(fr->lsf)
265
  if(fr->sampling_frequency >= 3) /* Or equivalent: (fr->lsf == 1) */
266
    table = 4;
266
    table = 4;
267
  else
267
  else
268
    table = translate[fr->sampling_frequency][2-fr->stereo][fr->bitrate_index];
268
    table = translate[fr->sampling_frequency][2-fr->stereo][fr->bitrate_index];

Return to bug 64775