mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 01:26:49 +08:00
[test]: cleanup test code
Change-Id: I6bf234c25b2d6709aaf095ce641812d58ad0ab68 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
@@ -602,6 +602,9 @@ RK_S32 mpi_dec_test_cmd_deinit(MpiDecTestCmd* cmd)
|
||||
|
||||
void mpi_dec_test_cmd_options(MpiDecTestCmd* cmd)
|
||||
{
|
||||
if (cmd->quiet)
|
||||
return;
|
||||
|
||||
mpp_log("cmd parse result:\n");
|
||||
mpp_log("input file name: %s\n", cmd->file_input);
|
||||
mpp_log("output file name: %s\n", cmd->file_output);
|
||||
|
Reference in New Issue
Block a user