mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 17:16:50 +08:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user