[Ffmpeg-devel] [BUG] vorbis decoder

Mike Melanson mike
Thu May 11 02:22:34 CEST 2006


Benjamin Larsson wrote:
> Benjamin Larsson wrote:
> 
> 
>>This file seams to segfault the vorbis decoder.
>>
>>http://www.vorbis.com/music/Lumme-Badloop.ogg
>>
>>MvH
>>Benjamin Larsson
>>
>> 
>>
> 
> Loren fixed it.

With this fix?

- 
floor_setup->data.t1.subclass_books[j][k]=get_bits(gb, 8)-1;
+ 
floor_setup->data.t1.subclass_books[j][k]=(int16_t)get_bits(gb, 8)-1;

I would just like to point out that I can't understand (big surprise 
there) why this change makes a difference.

-- 
	-Mike Melanson





More information about the ffmpeg-devel mailing list