summaryrefslogtreecommitdiff
path: root/src/i965_decoder.h
diff options
context:
space:
mode:
authorZhao Yakui <yakui.zhao@intel.com>2013-01-07 13:18:47 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2014-02-27 09:51:39 +0800
commit1e24b10d57f9523cf133332501af9285ab75ed5e (patch)
treea38d814be932dfff2f63c13f03d838d8179d8727 /src/i965_decoder.h
parent20bfe6784c2830ad4cc711b6035ed8a70ca2ad45 (diff)
downloadlibva-intel-driver-1e24b10d57f9523cf133332501af9285ab75ed5e.tar.gz
Add the separated media encoding/decoding files for BDW
As a lot of changes about the media are added between Haswell and BDW, the separated media encoding/decoding files are added for BDW. This is to avoid complex backward logic for Haswell. Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> [Haihao: directly use object instead of id] Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Diffstat (limited to 'src/i965_decoder.h')
-rw-r--r--src/i965_decoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i965_decoder.h b/src/i965_decoder.h
index 4f7d2cc9..c7d49d7a 100644
--- a/src/i965_decoder.h
+++ b/src/i965_decoder.h
@@ -49,4 +49,6 @@ struct gen_buffer {
struct hw_context *
gen75_dec_hw_context_init(VADriverContextP ctx, struct object_config *obj_config);
+extern struct hw_context *
+gen8_dec_hw_context_init(VADriverContextP ctx, struct object_config *obj_config);
#endif /* I965_DECODER_H */