[mpp_buffer]: add basic mpp_buffer management mechanism

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@126 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming
2015-08-19 06:30:12 +00:00
parent 81d5c94884
commit 9791a62d8f
6 changed files with 302 additions and 57 deletions

View File

@@ -88,7 +88,7 @@ int main()
}
if (group)
mpp_buffer_group_put(group);
mpp_buffer_group_put(&group);
mpp_log("mpp_buffer_test success\n");
return ret;