diff options
Diffstat (limited to 'libhb/dvdnav.c')
-rw-r--r-- | libhb/dvdnav.c | 2 |
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++) { |