Bug#358434: [Pkg-icecast-devel] Bug#358434: Fix for MPEG Audio layer 2

2006-07-15 Thread Nicholas J Humfrey
Ok, I will have a go at convincing upstream. I am sure I have emailed the icecast-dev mailing list in the past and didn't get any response. But will give it another go. Note that the value for 'layer' in the frame header isn't the same as the layer number: http://www.mp3-tech.org/programm

Bug#358434: [Pkg-icecast-devel] Bug#358434: Fix for MPEG Audio layer 2

2006-07-15 Thread Jonas Smedegaard
package libshout tags 358434 wontfix thanks On Sat, 20 May 2006 15:07:36 +0100 Nicholas J Humfrey wrote: > > Simply comment out lines 300 and 301 in mp3.c. > > //if (mh->layer != 2) > //return 0; > > > Or possibly just allow Layers 2 and 3: > > if (mh->layer

Bug#358434: Fix for MPEG Audio layer 2

2006-05-20 Thread Nicholas J Humfrey
Simply comment out lines 300 and 301 in mp3.c. //if (mh->layer != 2) //return 0; Or possibly just allow Layers 2 and 3: if (mh->layer != 2 || mh->layer != 1) return 0; -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscr