diff options
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/dvdnav.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/dvdnav.c b/libhb/dvdnav.c index 4c6fd9a39..2a161d4d0 100644 --- a/libhb/dvdnav.c +++ b/libhb/dvdnav.c @@ -842,6 +842,7 @@ static int hb_dvdnav_start( hb_dvd_t * e, hb_title_t *title, int c ) } d->title = t; d->stopped = 0; + d->chapter = c; return 1; } |