Subversion Repositories filter_foundry

Rev

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

Rev 536 Rev 537
Line 142... Line 142...
142
void convert_premiere_to_photoshop(PARM_T* photoshop, PARM_T_PREMIERE* premiere);
142
void convert_premiere_to_photoshop(PARM_T* photoshop, PARM_T_PREMIERE* premiere);
143
Boolean readfile_8bf(StandardFileReply *sfr, TCHAR**reason);
143
Boolean readfile_8bf(StandardFileReply *sfr, TCHAR**reason);
144
Handle readfileintohandle(FILEREF r);
144
Handle readfileintohandle(FILEREF r);
145
Boolean readfile_afs_pff(StandardFileReply* sfr, TCHAR** reason);
145
Boolean readfile_afs_pff(StandardFileReply* sfr, TCHAR** reason);
146
Boolean readfile_ffx(StandardFileReply* sfr, TCHAR** reason);
146
Boolean readfile_ffx(StandardFileReply* sfr, TCHAR** reason);
-
 
147
Boolean readfile_picotxt_or_ffdecomp(StandardFileReply* sfr, TCHAR** reason);
147
Boolean readfile_picotxt(StandardFileReply* sfr, TCHAR** reason);
148
Boolean readfile_guf(StandardFileReply* sfr, TCHAR** reason);
148
Boolean readPARM(PARM_T* parm,Ptr h);
149
Boolean readPARM(PARM_T* parm,Ptr h);
149
 
150
 
150
// from save.c
151
// from save.c
151
OSErr saveparams_afs_pff(Handle h);
152
OSErr saveparams_afs_pff(Handle h);
152
OSErr saveparams_picotxt(Handle h, Boolean useparm);
153
OSErr saveparams_picotxt(Handle h, Boolean useparm);
153
OSErr savehandleintofile(Handle h,FILEREF r);
154
OSErr savehandleintofile(Handle h,FILEREF r);
154
Boolean savefile_afs_pff_picotxt(StandardFileReply *sfr);
155
Boolean savefile_afs_pff_picotxt_guf(StandardFileReply *sfr);
155
 
156
 
156
// from make_*.c
157
// from make_*.c
157
OSErr make_standalone(StandardFileReply *sfr);
158
OSErr make_standalone(StandardFileReply *sfr);
158
 
159
 
159
// from process.c
160
// from process.c