mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 01:26:49 +08:00
[mpp_info]: remove C++ info class and add C interface for mpp_info strings
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@534 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -190,7 +190,7 @@ MPP_RET mpp_create(MppCtx *ctx, MppApi **mpi)
|
||||
return MPP_ERR_MALLOC;
|
||||
}
|
||||
|
||||
mpp_api.version = get_mpp_revision();
|
||||
mpp_api.version = mpp_info_get_revision();
|
||||
p->api = &mpp_api;
|
||||
p->check = p;
|
||||
*ctx = p;
|
||||
|
Reference in New Issue
Block a user