[MPlayer-users] Bug or feature in spudec.c
Arne Driescher
driescher at mpi-magdeburg.mpg.de
Mon Apr 29 18:09:02 CEST 2002
Code in question from spudec.c release 0.9pre1:
#if 1
// check if we have a complete packet (unfortunatelly packet_size is bad
// for some disks)
// if (spu->packet_offset == spu->packet_size) <------- line in question
{ unsigned int x=0,y;
while(x+4<=spu->packet_offset){
I have "stolen" the spudec source for my own project and have found that
some subtitles are not decoded as expected.
To make it work I had to remove the
comment signs of the line noted above.
More information about the MPlayer-users
mailing list