mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-04 00:36:23 +08:00
[misc]: Fix a few compile warnings and errors
Reported by llvm-clang. Change-Id: I62f22fe5754d3e8d77405d213c81fda5d9f5e27d Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
This commit is contained in:
@@ -257,7 +257,7 @@ int mt_dec_decode(MpiDecTestCmd *cmd)
|
||||
MppCodingType type = cmd->type;
|
||||
|
||||
pthread_t thd_in;
|
||||
pthread_t thd_out;
|
||||
pthread_t thd_out = 0;
|
||||
pthread_attr_t attr;
|
||||
MpiDecMtLoopData data;
|
||||
|
||||
|
Reference in New Issue
Block a user