Changeset 13371 for trunk/ppSub/src/ppSubCamera.c
- Timestamp:
- May 11, 2007, 5:51:36 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubCamera.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubCamera.c
r13362 r13371 65 65 66 66 // Output image 67 pmFPAfile *output = pmFPAfileDefineOutput(config, NULL, "PPSUB.OUTPUT");67 pmFPAfile *output = pmFPAfileDefineOutput(config, input->fpa, "PPSUB.OUTPUT"); 68 68 if (!output) { 69 69 psError(PS_ERR_IO, false, _("Unable to generate output file from PPSUB.OUTPUT")); … … 74 74 return false; 75 75 } 76 output->fpa = pmFPAConstruct(output->camera);77 76 78 77 // Output mask
Note:
See TracChangeset
for help on using the changeset viewer.
