Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 592450
Collapse All | Expand All

(-)smpeg-0.4.4/audio/huffmantable.cpp.old (-3 / +3 lines)
Lines 550-560 Link Here
550
550
551
const HUFFMANCODETABLE MPEGaudio::ht[HTN]=
551
const HUFFMANCODETABLE MPEGaudio::ht[HTN]=
552
{
552
{
553
  { 0, 0-1, 0-1, 0,  0, htd33},
553
  { 0, (unsigned) 0-1, (unsigned) 0-1, 0,  0, htd33},
554
  { 1, 2-1, 2-1, 0,  7,htd01},
554
  { 1, 2-1, 2-1, 0,  7,htd01},
555
  { 2, 3-1, 3-1, 0, 17,htd02},
555
  { 2, 3-1, 3-1, 0, 17,htd02},
556
  { 3, 3-1, 3-1, 0, 17,htd03},
556
  { 3, 3-1, 3-1, 0, 17,htd03},
557
  { 4, 0-1, 0-1, 0,  0, htd33},
557
  { 4, (unsigned) 0-1, (unsigned) 0-1, 0,  0, htd33},
558
  { 5, 4-1, 4-1, 0, 31,htd05},
558
  { 5, 4-1, 4-1, 0, 31,htd05},
559
  { 6, 4-1, 4-1, 0, 31,htd06},
559
  { 6, 4-1, 4-1, 0, 31,htd06},
560
  { 7, 6-1, 6-1, 0, 71,htd07},
560
  { 7, 6-1, 6-1, 0, 71,htd07},
Lines 564-570 Link Here
564
  {11, 8-1, 8-1, 0,127,htd11},
564
  {11, 8-1, 8-1, 0,127,htd11},
565
  {12, 8-1, 8-1, 0,127,htd12},
565
  {12, 8-1, 8-1, 0,127,htd12},
566
  {13,16-1,16-1, 0,511,htd13},
566
  {13,16-1,16-1, 0,511,htd13},
567
  {14, 0-1, 0-1, 0,  0, htd33},
567
  {14, (unsigned) 0-1, (unsigned) 0-1, 0,  0, htd33},
568
  {15,16-1,16-1, 0,511,htd15},
568
  {15,16-1,16-1, 0,511,htd15},
569
  {16,16-1,16-1, 1,511,htd16},
569
  {16,16-1,16-1, 1,511,htd16},
570
  {17,16-1,16-1, 2,511,htd16},
570
  {17,16-1,16-1, 2,511,htd16},

Return to bug 592450