mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-16 06:00:37 +08:00
[format]: format coding style
Change-Id: I3d0e081f6636ca8162df4bda68618ec0ba37e7ae Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
@@ -459,7 +459,7 @@ static RK_S32 mpi_enc_test_parse_options(int argc, char **argv, MpiEncTestCmd* c
|
||||
if (next) {
|
||||
cmd->format = (MppFrameFormat)atoi(next);
|
||||
err = ((cmd->format >= MPP_FMT_YUV_BUTT && cmd->format < MPP_FRAME_FMT_RGB) ||
|
||||
cmd->format >= MPP_FMT_RGB_BUTT);
|
||||
cmd->format >= MPP_FMT_RGB_BUTT);
|
||||
}
|
||||
|
||||
if (!next || err) {
|
||||
|
Reference in New Issue
Block a user