Changeset 6260 for trunk/ppImage/src/ppImageParseCamera.c
- Timestamp:
- Jan 30, 2006, 6:00:06 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageParseCamera.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageParseCamera.c
r6125 r6260 1 #include <stdio.h> 2 #include "pslib.h" 3 #include "pmFPA.h" 4 #include "pmFPAConstruct.h" 5 #include "pmConfig.h" 1 6 #include "ppImage.h" 2 7 3 bool ppImageParseCamera(pp Data *data, ppConfig *config)8 bool ppImageParseCamera(ppImageData *data, ppConfig *config) 4 9 { 5 10 // Initialise the containers where the files will go … … 10 15 data->flat = ppFileAlloc(); 11 16 data->fringe = ppFileAlloc(); 12 #if 013 data->process = ppFileAlloc();14 #endif15 17 16 18 data->input->filename = psMemIncrRefCounter(psMetadataLookupStr(NULL, config->arguments, "-input"));
Note:
See TracChangeset
for help on using the changeset viewer.
