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 8f89a82cc..811efe5b6 100644 --- a/libhb/dvd.h +++ b/libhb/dvd.h @@ -51,6 +51,7 @@ struct hb_dvdnav_s int title; int title_block_count; int chapter; + int stopped; }; typedef struct hb_dvdnav_s hb_dvdnav_t; |