summaryrefslogtreecommitdiffstats
path: root/contrib/libdvdnav/A02-mult-pgc.patch
Commit message (Collapse)AuthorAgeFilesLines
* - Handle titles that use more than one PGC (like the one in this thread: ↵van2009-05-161-0/+22
http://forum.handbrake.fr/viewtopic.php?f=5&t=10678&p=55575&hilit=genesis#p55620). - Make pgcn_map local rather than static since there can be simultaneous scans from both GUI and queue service threads and statics aren't thread safe. Also make map 32 bytes since standard allows only 255 PGCs per title. - Fix minor bugs in NextPgcn (used pgcn rather than next_pgcn so tested wrong bit) and dvdnav_seek (missing 'break' & extraneous 'while'). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2420 b64f7644-9d1e-0410-96f1-a4d463321fa5