Backed out changeset bce43bcbc451 (dark frame subtraction)

This commit is contained in:
Wyatt Olson
2010-08-18 21:07:17 -06:00
parent dea0a8f981
commit b08ef3956e
40 changed files with 765 additions and 2015 deletions

View File

@@ -19,6 +19,10 @@
#ifndef __PROCEVENT__
#define __PROCEVENT__
#include <rtengine.h>
#define NUMOFEVENTS 86
namespace rtengine {
enum ProcEvent {
@@ -107,10 +111,7 @@ enum ProcEvent {
EvSHHighQuality=82,
EvPerspCorr=83,
EvEqualizer=84,
EvEqlEnabled=85,
EvDemosaic=86,
EvPreProcess=87,
NUMOFEVENTS=88
EvEqlEnabled=85
};
}
#endif