Use the VA_FOURCC_XXXX to replace the VA_FOURCC(X,X,X,X) in i965_drv_video
authorZhao Yakui <yakui.zhao@intel.com>
Mon, 24 Mar 2014 01:48:50 +0000 (09:48 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Wed, 23 Apr 2014 06:18:07 +0000 (14:18 +0800)
commit1ea8d643e3cde59babf46114f083bdf7e78eaaeb
treedfcf65410167127ab052249ed57658442491ddfa
parenta48fc63de5aad630427d4f800efc6b436d6885be
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)
src/Makefile.am
src/i965_drv_video.c
src/i965_drv_video.h
src/i965_fourcc.h [new file with mode: 0644]