summaryrefslogtreecommitdiff
path: root/src/i965_drv_video.h
diff options
context:
space:
mode:
authorZhao Yakui <yakui.zhao@intel.com>2014-03-24 09:48:50 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2014-04-23 14:18:07 +0800
commit1ea8d643e3cde59babf46114f083bdf7e78eaaeb (patch)
treedfcf65410167127ab052249ed57658442491ddfa /src/i965_drv_video.h
parenta48fc63de5aad630427d4f800efc6b436d6885be (diff)
Use the VA_FOURCC_XXXX to replace the VA_FOURCC(X,X,X,X) in i965_drv_video
This is helpful to avoid the typo error when using VA_FOURCC(A, B, C, D). Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> (cherry picked from commit ab3e02d63fe672e3f81631f2beb5bc2b7ab17af0)
Diffstat (limited to 'src/i965_drv_video.h')
-rw-r--r--src/i965_drv_video.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i965_drv_video.h b/src/i965_drv_video.h
index 994dc1b..535402f 100644
--- a/src/i965_drv_video.h
+++ b/src/i965_drv_video.h
@@ -40,6 +40,7 @@
#include "i965_mutext.h"
#include "object_heap.h"
#include "intel_driver.h"
+#include "i965_fourcc.h"
#define I965_MAX_PROFILES 20
#define I965_MAX_ENTRYPOINTS 5