chore[test]: Use put/get in mpi_dec_test for jpeg

Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
Change-Id: I967c74815450461cfdd4fca6d1ee640a83783961
This commit is contained in:
Herman Chen
2024-12-10 15:49:50 +08:00
parent 22308f01fe
commit 9a787f4438
2 changed files with 58 additions and 98 deletions

View File

@@ -419,6 +419,11 @@ int main(int argc, char **argv)
mpi_dec_test_cmd_options(cmd);
if (cmd->type == MPP_VIDEO_CodingMJPEG) {
mpp_log("mpi_dec_mt_test not support mjpeg yet\n");
goto RET;
}
ret = mt_dec_decode(cmd);
if (MPP_OK == ret)
mpp_log("test success\n");
@@ -430,4 +435,3 @@ RET:
return ret;
}