[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:
ChenHengming
2016-01-20 03:27:54 +00:00
parent a1bd47c4c7
commit db7e4ff619
5 changed files with 38 additions and 47 deletions

View File

@@ -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;