summaryrefslogtreecommitdiff
path: root/src/i965_decoder_utils.h
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2014-01-20 11:04:24 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2014-02-27 10:30:55 +0800
commit098ea14b74cfb621d7b4f58f541360266636d61c (patch)
treec7986cacb623ea1ca984768aa176ddb4caafb96e /src/i965_decoder_utils.h
parentfb0a92c1ed852e51f550d92d510981ac4f680d1b (diff)
downloadlibva-intel-driver-098ea14b74cfb621d7b4f58f541360266636d61c.tar.gz
Warning fixes
gen8_mfd.c: In function ‘gen8_mfd_vp8_decode_init’: gen8_mfd.c:2773:5: warning: implicit declaration of function ‘intel_update_vp8_frame_store_index’ [-Wimplicit-function-declaration] Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Diffstat (limited to 'src/i965_decoder_utils.h')
-rw-r--r--src/i965_decoder_utils.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/i965_decoder_utils.h b/src/i965_decoder_utils.h
index 8a9fbe2f..8f64dfb7 100644
--- a/src/i965_decoder_utils.h
+++ b/src/i965_decoder_utils.h
@@ -99,4 +99,11 @@ intel_mpeg2_find_next_slice(struct decode_state *decode_state,
int *group_idx,
int *element_idx);
+
+void
+intel_update_vp8_frame_store_index(VADriverContextP ctx,
+ struct decode_state *decode_state,
+ VAPictureParameterBufferVP8 *pic_param,
+ GenFrameStore frame_store[MAX_GEN_REFERENCE_FRAMES]);
+
#endif /* I965_DECODER_UTILS_H */