diff options
author | John Stebbins <[email protected]> | 2016-05-17 11:51:25 -0600 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-05-17 11:51:25 -0600 |
commit | de858d1600ac61258dc895b2fc8756b7c5d1d3a8 (patch) | |
tree | cdbd82e3d9ee83cfb9a31ebbb034852aa36fb2cb /libhb/dvd.h | |
parent | 9dcce9df07f4db1fa61f25ffeb106aa00bd64190 (diff) |
libhb: send initial chapter through pipeline
Eliminate the need for everyone to assume that the first chapter starts
at the first frame.
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 |