[mpp_packet]: add mpp_packet functions

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@117 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming
2015-08-17 11:27:18 +00:00
parent c2544d0f9c
commit 01153f0f93
7 changed files with 216 additions and 2 deletions

View File

@@ -186,7 +186,7 @@ MPP_RET mpp_deinit(MppCtx* ctx)
mpp_free(p->api);
if (p)
mpp_free(p);
p = NULL;
*ctx = NULL;
MPI_FUNCTION_LEAVE();
return MPP_OK;