summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_defines.h')
-rw-r--r--src/gallium/auxiliary/vl/vl_defines.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/vl/vl_defines.h b/src/gallium/auxiliary/vl/vl_defines.h
index 668991f904f..7568db027e6 100644
--- a/src/gallium/auxiliary/vl/vl_defines.h
+++ b/src/gallium/auxiliary/vl/vl_defines.h
@@ -35,4 +35,7 @@
#define BLOCK_WIDTH 8
#define BLOCK_HEIGHT 8
+#define VL_MAX_PLANES 3
+#define VL_MAX_REF_FRAMES 2
+
#endif