summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2013-01-28 18:13:19 +0000
committerjstebbins <[email protected]>2013-01-28 18:13:19 +0000
commit4adef217fec09f7975dab840b6f0c7cd6af5045d (patch)
tree880e51347add52bf7a7cf27ad687cfaf45c90ffa /libhb
parent73bd18eff645478651afb45da631d7c07d03b226 (diff)
libhb: Fix main feature detection for some DVDs (Brave)
Some new discs are putting longer leaders before the feauture. So extend how far we search before giving up. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5216 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb')
-rw-r--r--libhb/dvdnav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/dvdnav.c b/libhb/dvdnav.c
index e9cd44053..14d8100c6 100644
--- a/libhb/dvdnav.c
+++ b/libhb/dvdnav.c
@@ -992,7 +992,7 @@ static int try_button( dvdnav_t * dvdnav, int button, hb_list_t * list_title )
cur_title = title;
- for (jj = 0; jj < 5; jj++)
+ for (jj = 0; jj < 10; jj++)
{
for (ii = 0; ii < 2000; ii++)
{