mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-10 11:30:04 +08:00
[mpp_buffer]: Fix error printf on exit
Fix MppBufferService dump print error on buffer type. The v4l2 type has changed to external dma-buf type. Change-Id: I02c9e2741117efc6e9d84d239a26a28dde3471d4 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
@@ -114,7 +114,7 @@ static const char *mode2str[MPP_BUFFER_MODE_BUTT] = {
|
|||||||
static const char *type2str[MPP_BUFFER_TYPE_BUTT] = {
|
static const char *type2str[MPP_BUFFER_TYPE_BUTT] = {
|
||||||
"normal",
|
"normal",
|
||||||
"ion",
|
"ion",
|
||||||
"v4l2",
|
"dma-buf",
|
||||||
"drm",
|
"drm",
|
||||||
};
|
};
|
||||||
static const char *ops2str[BUF_OPS_BUTT] = {
|
static const char *ops2str[BUF_OPS_BUTT] = {
|
||||||
|
Reference in New Issue
Block a user