[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:
ChenHengming
2015-12-02 23:11:30 +00:00
parent cdac24a654
commit 93248127ea

View File

@@ -48,13 +48,14 @@ Mpp::Mpp(MppCtxType type, MppCodingType coding)
mFrameGroup(NULL), mFrameGroup(NULL),
mThreadCodec(NULL), mThreadCodec(NULL),
mThreadHal(NULL), mThreadHal(NULL),
mDec(NULL),
mEnc(NULL),
mType(type), mType(type),
mCoding(coding), mCoding(coding),
mPacketBlock(0),
mOutputBlock(0), mOutputBlock(0),
mMultiFrame(0), mMultiFrame(0),
mStatus(0), mStatus(0)
mDec(NULL),
mEnc(NULL)
{ {
switch (mType) { switch (mType) {
case MPP_CTX_DEC : { case MPP_CTX_DEC : {