mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 17:16:50 +08:00
[format]: format coding style
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@907 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -136,7 +136,7 @@ MPP_RET os_allocator_get(os_allocator *api, MppBufferType type)
|
||||
mpp_err("os_allocator_get Linux MPP_BUFFER_TYPE_V4L2 do not implement yet\n");
|
||||
*api = allocator_v4l2;
|
||||
} break;
|
||||
case MPP_BUFFER_TYPE_DRM : {
|
||||
case MPP_BUFFER_TYPE_DRM : {
|
||||
*api = allocator_drm;
|
||||
} break;
|
||||
default : {
|
||||
|
Reference in New Issue
Block a user