summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeng.chen <peng.c.chen@intel.com>2016-01-25 09:54:25 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2016-01-29 14:52:33 +0800
commit0312b5c456e29970514230ecf32456aebe64f977 (patch)
treed3c38539b5d127a32ce958c1120321c463447c7f
parent9540f1e194e0f18f72a9496899bf7d1323b923af (diff)
don't mask 8bit NV12 surface supporting for hevc main10 profile
Signed-off-by: peng.chen <peng.c.chen@intel.com> (cherry picked from commit f96392ce2479c8cadef30a923c985b62fa4091c0)
-rw-r--r--src/i965_drv_video.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i965_drv_video.c b/src/i965_drv_video.c
index cd616d7..0524eff 100644
--- a/src/i965_drv_video.c
+++ b/src/i965_drv_video.c
@@ -879,7 +879,6 @@ i965_get_default_chroma_formats(VADriverContextP ctx, VAProfile profile,
break;
case VAProfileHEVCMain10:
- chroma_formats = 0; // clear YUV420 8bits format support
if (HAS_HEVC10_DECODING(i965) && entrypoint == VAEntrypointVLD)
chroma_formats |= i965->codec_info->hevc_dec_chroma_formats;
break;