diff options
Diffstat (limited to 'libhb/dvd.h')
-rw-r--r-- | libhb/dvd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/dvd.h b/libhb/dvd.h index 55ddb66b9..f5e904433 100644 --- a/libhb/dvd.h +++ b/libhb/dvd.h @@ -43,6 +43,7 @@ struct hb_dvdread_s uint16_t cur_vob_id; uint8_t cur_cell_id; hb_handle_t * h; + int chapter; }; struct hb_dvdnav_s |