OSDN Git Service

WinGUI:
[handbrake-jp/handbrake-jp-git.git] / libhb / common.h
index 0fc3647..e719591 100644 (file)
@@ -104,6 +104,9 @@ const char * hb_mixdown_get_short_name_from_mixdown( int amixdown );
  *****************************************************************************/
 struct hb_job_s
 {
+    /* ID assigned by UI so it can groups job passes together */
+    int             sequence_id;
+       
     /* Pointer to the title to be ripped */
     hb_title_t    * title;
     
@@ -255,7 +258,7 @@ struct hb_job_s
     int             largeFileSize;
     
 
-    int subtitle_scan;
+    int indepth_scan;
     hb_subtitle_t ** select_subtitle;
     int subtitle_force;
     char * native_language;