Merge pull request #1865 from ruil2/vui

update bGapsInFrameNumValueAllowedFlag according to parameters setting
This commit is contained in:
sijchen
2015-03-23 09:50:09 +08:00
11 changed files with 7739 additions and 7727 deletions

View File

@@ -1708,7 +1708,7 @@ TEST_F (EncodeDecodeTestAPI, SetOptionECIDC_SpecificFrameChange) {
EXPECT_EQ (dstBufInfo_.iBufferStatus, 0); //no output
rv = decoder_->DecodeFrame2 (NULL, 0, pData, &dstBufInfo_); //reconstruction
//Ref picture is ECed, so current status is ECed, when EC disable, NO output
EXPECT_TRUE ((rv & 32) != 0);
EXPECT_TRUE (rv != 0);
EXPECT_EQ (dstBufInfo_.iBufferStatus, 0);
iIdx++;