mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 09:36:49 +08:00
commit the avc encode code, now avc encode process is ok
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@1048 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -192,7 +192,7 @@ int mpi_test()
|
||||
|
||||
memset(&cfg, 0, sizeof(cfg));
|
||||
|
||||
ret = mpi->config(ctx, cfg);
|
||||
ret = mpi->config(ctx, MPP_ENC_SETCFG, cfg);
|
||||
if (MPP_OK != ret) {
|
||||
mpp_err("mpi->config failed\n");
|
||||
goto MPP_TEST_FAILED;
|
||||
|
Reference in New Issue
Block a user