mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 17:46:50 +08:00
[mpp]: remove initial warning
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@498 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -48,13 +48,14 @@ Mpp::Mpp(MppCtxType type, MppCodingType coding)
|
||||
mFrameGroup(NULL),
|
||||
mThreadCodec(NULL),
|
||||
mThreadHal(NULL),
|
||||
mDec(NULL),
|
||||
mEnc(NULL),
|
||||
mType(type),
|
||||
mCoding(coding),
|
||||
mPacketBlock(0),
|
||||
mOutputBlock(0),
|
||||
mMultiFrame(0),
|
||||
mStatus(0),
|
||||
mDec(NULL),
|
||||
mEnc(NULL)
|
||||
mStatus(0)
|
||||
{
|
||||
switch (mType) {
|
||||
case MPP_CTX_DEC : {
|
||||
|
Reference in New Issue
Block a user