mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 09:06:50 +08:00
[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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user