diff options
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h index a2be02a87..14f0719a8 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -94,6 +94,9 @@ struct hb_job_s int chapter_start; int chapter_end; + /* Include chapter marker track in mp4? */ + int chapter_markers; + /* Picture settings: crop: must be multiples of 2 (top/bottom/left/right) deinterlace: 0 or 1 |