mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 17:16:50 +08:00
[mpi]: rename mpi_flush to mpi_reset
[h264d]: fix warning on strupr git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@535 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -166,9 +166,9 @@ int mpi_test()
|
||||
}
|
||||
|
||||
|
||||
ret = mpi->flush(ctx);
|
||||
ret = mpi->reset(ctx);
|
||||
if (MPP_OK != ret) {
|
||||
mpp_err("mpi->flush failed\n");
|
||||
mpp_err("mpi->reset failed\n");
|
||||
goto MPP_TEST_FAILED;
|
||||
}
|
||||
|
||||
@@ -247,9 +247,9 @@ int mpi_test()
|
||||
}
|
||||
|
||||
|
||||
ret = mpi->flush(ctx);
|
||||
ret = mpi->reset(ctx);
|
||||
if (MPP_OK != ret) {
|
||||
mpp_err("mpi->flush failed\n");
|
||||
mpp_err("mpi->reset failed\n");
|
||||
goto MPP_TEST_FAILED;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user