mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-04 16:52:40 +08:00
[h264d module] add prepare function; deal with error nalu case
[mpp.c] function marco define, updated; [h265d module] update warnning [all module] run A style git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@344 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -30,7 +30,7 @@ MPP_RET mpp_allocator_alloc(MppAllocator allocator, MppBufferInfo *info)
|
||||
{
|
||||
if (NULL == allocator || NULL == info) {
|
||||
mpp_err_f("invalid input: allocator %p info %p\n",
|
||||
allocator, info);
|
||||
allocator, info);
|
||||
return MPP_ERR_UNKNOW;
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ MPP_RET mpp_allocator_free(MppAllocator allocator, MppBufferInfo *info)
|
||||
{
|
||||
if (NULL == allocator || NULL == info) {
|
||||
mpp_err_f("invalid input: allocator %p info %p\n",
|
||||
allocator, info);
|
||||
allocator, info);
|
||||
return MPP_ERR_UNKNOW;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user