Filter for unnecessary slow demosaicing when switch between history states

see issue 923
This commit is contained in:
Oliver Duis
2011-08-20 21:26:52 +02:00
parent cb4ab1fabd
commit c57bc0c15f
9 changed files with 75 additions and 44 deletions

View File

@@ -305,7 +305,6 @@ class RAWParamsEdited {
bool ff_AutoSelect;
bool ff_BlurRadius;
bool ff_BlurType;
bool exCorrection;
bool exPos;
bool exPreser;
bool exBlackzero;
@@ -313,6 +312,8 @@ class RAWParamsEdited {
bool exBlacktwo;
bool exBlackthree;
bool exTwoGreen;
bool isUnchanged() const;
};
class ExifPairEdited {