mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-04 00:36:23 +08:00
[mpp]: fix compile error on windows
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@1191 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -162,7 +162,7 @@ int mpi_enc_test(MpiEncTestCmd *cmd)
|
||||
mpp_cfg.width = width;
|
||||
mpp_cfg.height = height;
|
||||
mpp_cfg.format = fmt;
|
||||
mpp_cfg.rc_mode = 1;
|
||||
mpp_cfg.rc_mode = 0;
|
||||
mpp_cfg.skip_cnt = 0;
|
||||
mpp_cfg.fps_in = 30;
|
||||
mpp_cfg.fps_out = 30;
|
||||
@@ -238,7 +238,7 @@ int mpi_enc_test(MpiEncTestCmd *cmd)
|
||||
}
|
||||
if (task == NULL) {
|
||||
mpp_log("mpi dequeue from MPP_PORT_INPUT fail, task equal with NULL!");
|
||||
usleep(3000);
|
||||
msleep(3);
|
||||
} else {
|
||||
MppFrame frame_out = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user