[mpp]: add header for advanced task api

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@913 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming
2016-06-14 12:12:52 +00:00
parent c394441f63
commit 6a552fb7e4
3 changed files with 236 additions and 11 deletions

View File

@@ -195,11 +195,16 @@ static MppApi mpp_api = {
sizeof(mpp_api),
0,
mpi_decode,
mpi_encode,
mpi_decode_put_packet,
mpi_decode_get_frame,
mpi_encode,
mpi_encode_put_frame,
mpi_encode_get_packet,
NULL,
NULL,
NULL,
NULL,
NULL,
mpi_reset,
mpi_control,
mpi_config,