mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-07 10:00:55 +08:00
[vpu_legacy] fixed flush init check issue
[m2vd] add remove rkvb in split frame function git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@956 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -110,7 +110,7 @@ RK_S32 VpuApi::flush(VpuCodecContext *ctx)
|
||||
{
|
||||
(void)ctx;
|
||||
mpp_log_f("in\n");
|
||||
if (mpi && mpi->reset && !init_ok) {
|
||||
if (mpi && mpi->reset && init_ok) {
|
||||
mpi->reset(mpp_ctx);
|
||||
}
|
||||
mpp_log_f("ok\n");
|
||||
|
Reference in New Issue
Block a user