mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-07 01:52:46 +08:00
[mpp]: add seek reset flow
[h265d]:add seek part code git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@381 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -72,8 +72,9 @@ RK_S32 VpuApi::init(VpuCodecContext *ctx, RK_U8 *extraData, RK_U32 extra_size)
|
||||
|
||||
RK_S32 VpuApi::flush(VpuCodecContext *ctx)
|
||||
{
|
||||
mpp_log_f("in\n");
|
||||
(void)ctx;
|
||||
mpp_log_f("in\n");
|
||||
mpi->flush(mpp_ctx);
|
||||
mpp_log_f("ok\n");
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user