summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2013-07-02 08:49:17 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2013-07-02 08:49:41 +0800
commit4568e24f0382d2d03215bcaf78eb0eae68f88ae5 (patch)
treec9891fd1c9d254c04cc15c051e625f49533d756b
parent39101ad3b89bca3973cefdc2c8f239435e984c5d (diff)
Fixes the error caused by mergingg45-h264
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-rwxr-xr-xsrc/i965_drv_video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i965_drv_video.c b/src/i965_drv_video.c
index 3ac5418..992bfa5 100755
--- a/src/i965_drv_video.c
+++ b/src/i965_drv_video.c
@@ -191,6 +191,7 @@ static struct hw_codec_info g4x_hw_codec_info = {
.max_height = 2048,
.has_mpeg2_decoding = 1,
+ .has_h264_decoding = 1,
.num_filters = 0,
};