mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-12 12:30:04 +08:00
[mpp_cluster]: Fix compile warning
Signed-off-by: Herman Chen <herman.chen@rock-chips.com> Change-Id: I9f20c382f59fd8eea9c924c7f62b6bd69d564856
This commit is contained in:
@@ -122,7 +122,7 @@ struct ClusterWorker_s {
|
||||
};
|
||||
|
||||
struct MppCluster_s {
|
||||
char name[32];
|
||||
char name[16];
|
||||
pid_t pid;
|
||||
RK_S32 client_type;
|
||||
RK_S32 node_id;
|
||||
|
Reference in New Issue
Block a user