aboutsummaryrefslogtreecommitdiff
path: root/decoder/ih264d_mem_request.h
diff options
context:
space:
mode:
authorHarish Mahendrakar <harish.mahendrakar@ittiam.com>2015-08-04 09:55:15 +0530
committerHarish Mahendrakar <harish.mahendrakar@ittiam.com>2015-08-04 17:50:14 +0530
commit34b3e479f40fafddf47f971a76cf26fc074c43f0 (patch)
treeeccb22544b567949ff954ba4532ae938aa6c2fc6 /decoder/ih264d_mem_request.h
parent2eaba5ebd1a70c0b5d563b851f73720ecf808c20 (diff)
downloadlibavc-34b3e479f40fafddf47f971a76cf26fc074c43f0.tar.gz
Decoder: Reduced memory requirements
Memory allocations are now done based on contents of SPS API changed to move allocations inside the library Also changed strlen to strnlen Change-Id: I9130457f564cddb4da7ec6399cc9fe88ee871217
Diffstat (limited to 'decoder/ih264d_mem_request.h')
-rw-r--r--decoder/ih264d_mem_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/ih264d_mem_request.h b/decoder/ih264d_mem_request.h
index 3c60c72..88e334d 100644
--- a/decoder/ih264d_mem_request.h
+++ b/decoder/ih264d_mem_request.h
@@ -76,7 +76,7 @@ WORD32 ih264d_create_pic_buffers(UWORD8 u1_num_of_buf,
WORD32 ih264d_create_mv_bank(void * pv_codec_handle,
UWORD32 u4_wd,
UWORD32 u4_ht);
-WORD16 ih264d_get_memory_dec_params(dec_struct_t * ps_dec);
+WORD16 ih264d_allocate_dynamic_bufs(dec_struct_t * ps_dec);
#endif /* _IH264D_MEM_REQUEST_H_ */