mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 17:16:50 +08:00
[mppdec] add a notify call back interface for parser
[h265d]: notify eos to mpp_dec when no slot frame can used git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@520 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -80,7 +80,7 @@ MPP_RET Mpp::init(MppCtxType type, MppCodingType coding)
|
||||
if (MPP_VIDEO_CodingHEVC == coding) {
|
||||
mDec->fast_mode = mFastMode;
|
||||
}
|
||||
|
||||
mDec->mpp = this;
|
||||
mpp_dec_init(mDec, coding);
|
||||
|
||||
mThreadCodec = new MppThread(mpp_dec_parser_thread, this);
|
||||
|
Reference in New Issue
Block a user