mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 17:16:50 +08:00
[mpp_dec]: add hal callback to parser
[h265d]:fix h265 stream eos cause play end git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@499 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -190,6 +190,7 @@ MPP_RET Mpp::get_frame(MppFrame *frame)
|
||||
mThreadCodec->signal();
|
||||
if (mOutputBlock)
|
||||
mFrames->wait();
|
||||
usleep(1000);
|
||||
}
|
||||
|
||||
if (mFrames->list_size()) {
|
||||
|
Reference in New Issue
Block a user