mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-21 16:19:23 +08:00
[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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user