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

Commit 2d568837 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "C2 VTS: Fix typo in picking up EOS param" into main am: e3c97d08

parents 6192eb01 e3c97d08
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -500,7 +500,7 @@ TEST_P(Codec2VideoEncEncodeTest, EncodeTest) {
    description("Encodes input file");
    description("Encodes input file");
    if (mDisableTest) GTEST_SKIP() << "Test is disabled";
    if (mDisableTest) GTEST_SKIP() << "Test is disabled";


    bool signalEOS = std::get<3>(GetParam());
    bool signalEOS = std::get<2>(GetParam());
    // Send an empty frame to receive CSD data from encoder.
    // Send an empty frame to receive CSD data from encoder.
    bool sendEmptyFirstFrame = std::get<3>(GetParam());
    bool sendEmptyFirstFrame = std::get<3>(GetParam());
    mConfigBPictures = std::get<4>(GetParam());
    mConfigBPictures = std::get<4>(GetParam());