# HG changeset patch
# User morphbr
# Date 1174594958 0
# Node ID 6bdbc6757eea7e8215efc1ca520722529b577a8f
# Parent  5b33a92806a68c9470b2fda5443db43ba324c3d2
[svn r439] - Fixed transcoder.h

diff -r 5b33a92806a6 -r 6bdbc6757eea gmyth/src/gmyth_transcoder.h
--- a/gmyth/src/gmyth_transcoder.h	Thu Mar 22 20:22:05 2007 +0000
+++ b/gmyth/src/gmyth_transcoder.h	Thu Mar 22 20:22:38 2007 +0000
@@ -50,24 +50,7 @@
 #define DATE_ISO 0
 #define DATE_FILE 1
 
-#define JOB_UNKNOWN   0x0000
-#define JOB_QUEUED    0x0001
-#define JOB_PENDING   0x0002
-#define JOB_STARTING  0x0003
-#define JOB_RUNNING   0x0004
-#define JOB_STOPPING  0x0005
-#define JOB_PAUSED    0x0006
-#define JOB_RETRY     0x0007
-#define JOB_ERRORING  0x0008
-#define JOB_ABORTING  0x0009
 
-// JOB_DONE is a mask to indicate the job is done
-// whatever the status
-#define JOB_DONE      0x0100
-#define JOB_FINISHED  0x0110
-#define JOB_ABORTED   0x0120
-#define JOB_ERRORED   0x0130
-#define JOB_CANCELLED 0x0140
 
 
 typedef struct _GMythTranscoder         GMythTranscoder;