diff options
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h index 0fc36473d..12558871e 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -104,6 +104,11 @@ const char * hb_mixdown_get_short_name_from_mixdown( int amixdown ); *****************************************************************************/ struct hb_job_s { +#if JOB_GROUPS + /* ID assigned by UI so it can lump jobs together */ + int sequence_id; +#endif + /* Pointer to the title to be ripped */ hb_title_t * title; |