From: dynaflash Date: Wed, 25 Apr 2007 17:23:20 +0000 (+0000) Subject: Cyanders Named Chapter Markers X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=672e3e07d353737535cc3452c0d3d17434bb839f;hp=5d0716c86930405e275d2a954e13bea4c0ec9f0f;p=handbrake-jp%2Fhandbrake-jp-git.git Cyanders Named Chapter Markers - Thanks Cyander git-svn-id: svn://localhost/HandBrake/trunk@547 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/libhb/common.h b/libhb/common.h index b9376cd9..278e34f8 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