OSDN Git Service

Cyanders Named Chapter Markers
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 25 Apr 2007 17:23:20 +0000 (17:23 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 25 Apr 2007 17:23:20 +0000 (17:23 +0000)
- Thanks Cyander

git-svn-id: svn://localhost/HandBrake/trunk@547 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/common.h

index b9376cd..278e34f 100644 (file)
@@ -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