Changeset 16481 for trunk/psModules/src/camera/pmFPAfileDefine.c
- Timestamp:
- Feb 14, 2008, 4:26:09 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileDefine.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileDefine.c
r16340 r16481 1200 1200 1201 1201 file->src = psMemIncrRefCounter(src); // inherit output elements from this source pmFPA 1202 if (src) { 1203 if (!pmConceptsCopyFPA(file->fpa, src, true, false)) { 1204 psError(PS_ERR_UNKNOWN, false, "Unable to copy concepts from source to new FPA"); 1205 psFree(file); 1206 return NULL; 1207 } 1208 } 1202 1209 1203 1210 file->mosaicLevel = PM_FPA_LEVEL_CHIP; // don't do any I/O on this at a lower level … … 1245 1252 1246 1253 file->src = psMemIncrRefCounter(src); // inherit output elements from this source pmFPA 1254 if (src) { 1255 if (!pmConceptsCopyFPA(file->fpa, src, false, false)) { 1256 psError(PS_ERR_UNKNOWN, false, "Unable to copy concepts from source to new FPA"); 1257 psFree(file); 1258 return NULL; 1259 } 1260 } 1247 1261 1248 1262 file->mosaicLevel = PM_FPA_LEVEL_FPA; // don't do any I/O on this at a lower level
Note:
See TracChangeset
for help on using the changeset viewer.
