Changeset 14356 for trunk/ppMerge/src/ppMergeOptions.c
- Timestamp:
- Jul 20, 2007, 3:29:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeOptions.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeOptions.c
r13873 r14356 24 24 25 25 // Allocator 26 ppMergeOptions *ppMergeOptionsAlloc( void)26 ppMergeOptions *ppMergeOptionsAlloc(const pmConfig *config) 27 27 { 28 28 ppMergeOptions *options = psAlloc(sizeof(ppMergeOptions)); // The options, to return … … 59 59 options->combine->maskVal = 0xff; 60 60 options->combine->weights = false; 61 options->combine->blank = pmConfigMask("BLANK", config); 61 62 options->satMask = 0x00; 62 63 options->badMask = 0x00; … … 96 97 ) 97 98 { 98 ppMergeOptions *options = ppMergeOptionsAlloc( ); // The merge options99 ppMergeOptions *options = ppMergeOptionsAlloc(config); // The merge options 99 100 100 101 // We need to work out the camera before we can get the recipe. Take the first input and inspect it.
Note:
See TracChangeset
for help on using the changeset viewer.
