Introduce a resampler (not used yet)
This commit is contained in:
@@ -172,6 +172,9 @@ public:
|
||||
protected:
|
||||
Impl *d;
|
||||
int m_method;
|
||||
|
||||
Resampler(const Resampler &) =delete;
|
||||
Resampler &operator=(const Resampler &) =delete;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user