Subversion Repositories filter_foundry

Rev

Rev 371 | Rev 375 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 371 Rev 373
Line 88... Line 88...
88
#define DBG(x) {}
88
#define DBG(x) {}
89
//#define DEBUG
89
//#define DEBUG
90
 
90
 
91
// from main.c
91
// from main.c
92
unsigned long get_parm_hash(PARM_T *parm);
92
unsigned long get_parm_hash(PARM_T *parm);
-
 
93
void get_temp_afs(char* outfilename, Boolean isStandalone, PARM_T* parm);
93
void DoPrepare (FilterRecordPtr epb);
94
void DoPrepare (FilterRecordPtr epb);
94
void DoStart (FilterRecordPtr epb);
95
void DoStart (FilterRecordPtr epb);
95
OSErr DoContinue (FilterRecordPtr epb);
96
OSErr DoContinue (FilterRecordPtr epb);
96
void DoFinish (FilterRecordPtr epb);
97
void DoFinish (FilterRecordPtr epb);
97
void RequestNext (FilterRecordPtr epb,long);
98
void RequestNext (FilterRecordPtr epb,long);
98
 
99
 
99
// from read.c
100
// from read.c
100
Boolean readparams(Handle h,Boolean alerts,char **reason);
101
Boolean readparams(Handle h,Boolean alerts,char **reason);
101
void convert_premiere_to_photoshop(PARM_T* photoshop, PARM_T_PREMIERE* premiere);
102
void convert_premiere_to_photoshop(PARM_T* photoshop, PARM_T_PREMIERE* premiere);
102
Boolean read8bfplugin(StandardFileReply *sfr,char **reason);
103
Boolean readfile_8bf(StandardFileReply *sfr,char **reason);
103
Handle readfileintohandle(FILEREF r);
104
Handle readfileintohandle(FILEREF r);
104
Boolean readfile_afs_pff(StandardFileReply* sfr, char** reason);
105
Boolean readfile_afs_pff(StandardFileReply* sfr, char** reason);
105
Boolean readfile_ffx(StandardFileReply* sfr, char** reason);
106
Boolean readfile_ffx(StandardFileReply* sfr, char** reason);
106
Boolean readPARM(Ptr h,PARM_T *parm,char **reasonstr,int fromwin);
107
Boolean readPARM(Ptr h,PARM_T *parm,char **reasonstr,int fromwin);
107
 
108