OSDN Git Service

dvdnav: improve title scanning
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 1 May 2009 17:27:51 +0000 (17:27 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 1 May 2009 17:27:51 +0000 (17:27 +0000)
commit67a2494fca9ce3c00649d967f15300a505143fe6
tree37d6ba0f2bd800c152f23aba35edd7f42408b0c6
parent339b6bcf6e29c7a180d2587781e62bc96d75a71b
dvdnav: improve title scanning
- looks for ptt with longest pgc sequence instead of just picking first ptt
    solves many 'short title' problems
- constructs chapters from the pg's within the pgc's instead of using ptt's
    solve the problem of ptt's that point to an intro pgc instead of
    to the actual chapter position in the title.

git-svn-id: svn://localhost/HandBrake/trunk@2361 b64f7644-9d1e-0410-96f1-a4d463321fa5
contrib/libdvdnav/A01-program-info.patch [new file with mode: 0644]
libhb/common.h
libhb/dvd.c
libhb/dvd.h
libhb/dvdnav.c
libhb/internal.h
libhb/reader.c
libhb/scan.c