Changeset 13737 for trunk/ppSub/src/ppSubCamera.c
- Timestamp:
- Jun 8, 2007, 3:26:19 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubCamera.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubCamera.c
r13665 r13737 60 60 61 61 // Reference mask 62 pmFPAfile *refMask = pmFPAfileBindFromArgs(&status, input, config, "PPSUB.REF.MASK", "REF.MASK");62 pmFPAfile *refMask = pmFPAfileBindFromArgs(&status, ref, config, "PPSUB.REF.MASK", "REF.MASK"); 63 63 if (!status) { 64 64 psError (PS_ERR_UNKNOWN, false, "failed to load find definition"); … … 71 71 72 72 // Reference weight map 73 pmFPAfile *refWeight = pmFPAfileBindFromArgs(&status, input, config, "PPSUB.REF.WEIGHT", "REF.WEIGHT");73 pmFPAfile *refWeight = pmFPAfileBindFromArgs(&status, ref, config, "PPSUB.REF.WEIGHT", "REF.WEIGHT"); 74 74 if (!status) { 75 75 psError (PS_ERR_UNKNOWN, false, "failed to load find definition");
Note:
See TracChangeset
for help on using the changeset viewer.
