[h265d]: dpb size change to MAX_DPB_SIZE

[vpu_legacy]: add vpu_mem alloc and rk_list.cpp to compatibility old version vpu
[vpu_legacy]: used dlopen to compatibility using old librk_vpuapi


git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@419 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenSiyong
2015-10-21 22:36:08 +00:00
parent 15cc4ec884
commit 138350d30e
11 changed files with 911 additions and 259 deletions

View File

@@ -128,8 +128,7 @@ void Mpp::clear()
if (mType == MPP_CTX_DEC) {
mpp_dec_deinit(mDec);
mDec = NULL;
}
else {
} else {
mpp_enc_deinit(mEnc);
mEnc = NULL;
}