diff options
author | dynaflash <[email protected]> | 2007-04-25 17:23:20 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-04-25 17:23:20 +0000 |
commit | e1f55561971a286170d003d20eff51c9a5563f43 (patch) | |
tree | 6e1b71ebb15aab5d79f9906b2c500a8baa93a70a /libhb | |
parent | 147c722e67fe3b8ac399608e8f359ec7a7a6c106 (diff) |
Cyanders Named Chapter Markers
- Thanks Cyander
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@547 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h index b9376cd93..278e34f88 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -211,6 +211,7 @@ struct hb_job_s subtitle: index in hb_title_t's subtitles list, starting from 0. -1 means no subtitle */ int subtitle; + int subtitleSmartAdjust; /* Muxer settings mux: output file format @@ -304,6 +305,9 @@ struct hb_chapter_s /* Exact duration (in 1/90000s) */ uint64_t duration; + + /* Optional chapter title */ + char title[1024]; }; struct hb_subtitle_s |