aboutsummaryrefslogtreecommitdiff
path: root/decoder/mvc/imvcd_api_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/mvc/imvcd_api_utils.h')
-rw-r--r--decoder/mvc/imvcd_api_utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/decoder/mvc/imvcd_api_utils.h b/decoder/mvc/imvcd_api_utils.h
index 0707f45..8b025b2 100644
--- a/decoder/mvc/imvcd_api_utils.h
+++ b/decoder/mvc/imvcd_api_utils.h
@@ -53,6 +53,9 @@ extern IV_API_CALL_STATUS_T imvcd_bitstream_buf_alloc(dec_struct_t *ps_view_ctxt
extern void imvcd_bitsteam_buf_free(dec_struct_t *ps_view_ctxt);
+extern IV_API_CALL_STATUS_T imvcd_bitstream_buf_realloc(dec_struct_t *ps_view_ctxt,
+ UWORD32 u4_size);
+
extern void imvcd_convert_to_app_disp_buf(mvc_dec_ctxt_t *ps_mvcd_ctxt,
iv_yuv_buf_t *ps_view_disp_bufs);
#endif