Bug#303541: ugly fix / workaround.

2006-07-15 Thread Sam Hocevar
reassign 303541 libdvdnav4 tag 303541 +patch thanks On Sat, Jul 15, 2006, Andreas Henriksson wrote: > Changing line 95 to read 0 instead of 1 makes it possible to play the > dvd image: > #define DVD_READ_CACHE 0 > > Hopefully this workaround can be applied on atleast amd64 where I've > confirmed

Bug#303541: ugly fix / workaround.

2006-07-15 Thread Andreas Henriksson
Seems like the call to dvdnav_get_next_cache_block() function in Demux() on line 574 in modules/access/dvdnav.c fucks up the "packet" pointer, which is later passed into DemuxBlock() on line 589. I didn't hunt down exactly where or why the "packet" pointer gets fucked up, since there seemed to be