OSDN Git Service

add dvd main feature title detection
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 20 Apr 2010 02:19:16 +0000 (02:19 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 20 Apr 2010 02:19:16 +0000 (02:19 +0000)
commit2d0e6c375b8dfd89d66b05128be8b2c236834b57
tree0bc7faefe6f94a5b513ee978b3fb6e8d11a7f66a
parent9799b7dde4d29d86a2cda85122d9e1a7c5d2bff0
add dvd main feature title detection
scans the dvd menus and presses buttons to see where they might lead.
when a button press leads to a title, i check to see if it is the
longest seen thus far and save it's index.

this only applies when dvdnav is enabled.  when dvdread is in use,
the longest title of all the titles is flagged as the "main feature"

git-svn-id: svn://localhost/HandBrake/trunk@3245 b64f7644-9d1e-0410-96f1-a4d463321fa5
contrib/libdvdnav/A08-dvdnav-dup.patch [new file with mode: 0644]
gtk/src/hb-backend.c
libhb/common.h
libhb/dvd.c
libhb/dvd.h
libhb/dvdnav.c
libhb/internal.h
libhb/scan.c
macosx/Controller.m
test/test.c