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),
|
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 : {
|
||||||
|
Reference in New Issue
Block a user