[mpi]: use mpp_create / mpp_destroy pair to replace construct

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@532 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming
2016-01-20 02:01:10 +00:00
parent 41a1543648
commit 4830431996
4 changed files with 23 additions and 24 deletions

View File

@@ -170,9 +170,9 @@ extern "C" {
/*
* mpp interface
*/
MPP_RET mpp_construct(MppCtx *ctx, MppApi **mpi);
MPP_RET mpp_create(MppCtx *ctx, MppApi **mpi);
MPP_RET mpp_init(MppCtx ctx, MppCtxType type, MppCodingType coding);
MPP_RET mpp_deinit(MppCtx ctx);
MPP_RET mpp_destroy(MppCtx ctx);
#ifdef __cplusplus
}