]> granicus.if.org Git - handbrake/commitdiff
libhb: Fix main feature detection for some DVDs (Brave)
authorjstebbins <jstebbins.hb@gmail.com>
Mon, 28 Jan 2013 18:13:19 +0000 (18:13 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Mon, 28 Jan 2013 18:13:19 +0000 (18:13 +0000)
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

libhb/dvdnav.c

index e9cd440530bd2595008ee7b60bab9923a428daec..14d8100c65e166a3d2855a72e57668974ef3b242 100644 (file)
@@ -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++)
         {