mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-24 03:00:40 +01:00
[test]: Skip error opt on parsing parameter
Change-Id: Ia5935b55bf0a09158b4ebd40656de6e813e880c4 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
parent
cd5b1ccde6
commit
37602b5bb9
5 changed files with 5 additions and 5 deletions
|
|
@ -564,7 +564,7 @@ static RK_S32 mpi_dec_test_parse_options(int argc, char **argv, MpiDecTestCmd* c
|
|||
}
|
||||
break;
|
||||
default:
|
||||
goto PARSE_OPINIONS_OUT;
|
||||
mpp_err("skip invalid opt %c\n", *opt);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -720,7 +720,7 @@ static RK_S32 mpi_dec_multi_test_parse_options(int argc, char **argv, MpiDecTest
|
|||
goto PARSE_OPINIONS_OUT;
|
||||
}
|
||||
default:
|
||||
goto PARSE_OPINIONS_OUT;
|
||||
mpp_err("skip invalid opt %c\n", *opt);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -864,7 +864,7 @@ static RK_S32 mpi_dec_test_parse_options(int argc, char **argv, MpiDecTestCmd* c
|
|||
}
|
||||
break;
|
||||
default:
|
||||
goto PARSE_OPINIONS_OUT;
|
||||
mpp_err("skip invalid opt %c\n", *opt);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -991,7 +991,7 @@ static RK_S32 mpi_enc_test_parse_options(int argc, char **argv, MpiEncTestCmd* c
|
|||
goto PARSE_OPINIONS_OUT;
|
||||
}
|
||||
default:
|
||||
goto PARSE_OPINIONS_OUT;
|
||||
mpp_err("skip invalid opt %c\n", *opt);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -633,7 +633,7 @@ static RK_S32 mpi_enc_test_parse_options(int argc, char **argv, MpiEncTestCmd* c
|
|||
}
|
||||
break;
|
||||
default:
|
||||
goto PARSE_OPINIONS_OUT;
|
||||
mpp_err("skip invalid opt %c\n", *opt);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue