summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-09-07 13:40:40 +0000
committerdynaflash <[email protected]>2007-09-07 13:40:40 +0000
commitccf90bfd9146a00783cb5322c63257335192c74d (patch)
tree65a67e6fbf053fc235e7238a0b60955c81a6d70e /libhb/common.h
parentf4b5569ecc77150c7bde00b9368aa81fe33b7cfd (diff)
MacGui: Queue Improvements from travistex
- Add view selection widget to choose "encode by encode" or "pass by pass" view - Add "Show Detail" button to toggle detailed view on/off - Removed #define JOB_GROUPS. You can now control this in the UI and show either "encodes" or "passes". - Revamped the progress strings to give you exact progress. - New terminology (encodes and passes) - New toolbar in queue window (not complete, icons need work) - New files, added to project: Encodes.png EncodesPressed.png Info.png JobPassLarge.png JobPassSmall.png Passes.png PassesPressed.png git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@931 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r--libhb/common.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libhb/common.h b/libhb/common.h
index 12558871e..f32c620ab 100644
--- a/libhb/common.h
+++ b/libhb/common.h
@@ -104,10 +104,8 @@ 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 */
+ /* ID assigned by UI so it can groups job passes together */
int sequence_id;
-#endif
/* Pointer to the title to be ripped */
hb_title_t * title;