Changeset 13761 for trunk/ppImage/src/ppImageOptions.c
- Timestamp:
- Jun 11, 2007, 2:35:43 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageOptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageOptions.c
r13593 r13761 147 147 148 148 // What method do we use to measure the overscan statistics? 149 // XXX allow user to specify psStats types by name 149 150 psStats *overscanStats = NULL; // Statistics for overscan 150 151 psString stat = psMetadataLookupStr(NULL, recipe, "OVERSCAN.STAT"); 151 152 if (! strcasecmp(stat, "MEAN")) { 153 // overscanStats = psStatsAlloc(PS_STAT_SAMPLE_MEAN); 152 154 overscanStats = psStatsAlloc(PS_STAT_SAMPLE_MEAN); 153 155 } else if (! strcasecmp(stat, "MEDIAN")) {
Note:
See TracChangeset
for help on using the changeset viewer.
