changed implementation of BayerProcess::FrameCountChanged to use IdleRegister

This commit is contained in:
Alberto Griggio
2017-04-28 17:20:44 +02:00
parent 0f0f76df0b
commit 5d4bd4b352
2 changed files with 50 additions and 16 deletions

View File

@@ -74,6 +74,8 @@ protected:
Adjuster* pixelShiftRedBlueWeight;
#endif
int oldMethod;
IdleRegister idle_register;
public:
BayerProcess ();