Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84aeb43f authored by Pawin Vongmasa's avatar Pawin Vongmasa
Browse files

Revert "VTS: validate CSD is not received from h263 encoder"

This reverts commit 40b38556.

Bug: 157773269

Reason for revert: Test fails

Change-Id: I31455be3b18c39e4272cccd24c58eaad50d43f42
parent 40b38556
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -510,11 +510,11 @@ TEST_P(Codec2VideoEncEncodeTest, EncodeTest) {
        ASSERT_TRUE(false);
    }

    if (!mCsd && (mCompName != vp8 && mCompName != vp9 && mCompName != h263)) {
    if (!mCsd && (mCompName != vp8 && mCompName != vp9)) {
        ASSERT_TRUE(false) << "CSD Buffer not received";
    }

    if (mCsd && (mCompName == vp8 || mCompName == vp9 || mCompName == h263)) {
    if (mCsd && (mCompName == vp8 || mCompName == vp9)) {
        ASSERT_TRUE(false) << "CSD Buffer not expected";
    }