1.1 --- a/gmyth/src/gmyth_transcoder.h Thu Mar 22 20:22:05 2007 +0000
1.2 +++ b/gmyth/src/gmyth_transcoder.h Thu Mar 22 20:22:38 2007 +0000
1.3 @@ -50,24 +50,7 @@
1.4 #define DATE_ISO 0
1.5 #define DATE_FILE 1
1.6
1.7 -#define JOB_UNKNOWN 0x0000
1.8 -#define JOB_QUEUED 0x0001
1.9 -#define JOB_PENDING 0x0002
1.10 -#define JOB_STARTING 0x0003
1.11 -#define JOB_RUNNING 0x0004
1.12 -#define JOB_STOPPING 0x0005
1.13 -#define JOB_PAUSED 0x0006
1.14 -#define JOB_RETRY 0x0007
1.15 -#define JOB_ERRORING 0x0008
1.16 -#define JOB_ABORTING 0x0009
1.17
1.18 -// JOB_DONE is a mask to indicate the job is done
1.19 -// whatever the status
1.20 -#define JOB_DONE 0x0100
1.21 -#define JOB_FINISHED 0x0110
1.22 -#define JOB_ABORTED 0x0120
1.23 -#define JOB_ERRORED 0x0130
1.24 -#define JOB_CANCELLED 0x0140
1.25
1.26
1.27 typedef struct _GMythTranscoder GMythTranscoder;