aboutsummaryrefslogtreecommitdiff
path: root/common/dct.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/dct.h')
-rw-r--r--common/dct.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/dct.h b/common/dct.h
index 2c8c5129b8..7e69899fdc 100644
--- a/common/dct.h
+++ b/common/dct.h
@@ -35,6 +35,8 @@
namespace Common {
+class CosineTable;
+
/**
* (Inverse) Discrete Cosine Transforms.
*
@@ -59,6 +61,7 @@ private:
int _bits;
TransformType _trans;
+ CosineTable *_cos;
const float *_tCos;
float *_csc2;