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

Commit e651aaf6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "C2 VTS: Add av1 param to AdaptiveDecodeTest" into main

parents 181402d5 f4cc215d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -685,7 +685,7 @@ TEST_P(Codec2VideoDecHidlTest, AdaptiveDecodeTest) {
    if (mDisableTest) GTEST_SKIP() << "Test is disabled";
    if (!(strcasestr(mMime.c_str(), "avc") || strcasestr(mMime.c_str(), "hevc") ||
          strcasestr(mMime.c_str(), "vp8") || strcasestr(mMime.c_str(), "vp9") ||
          strcasestr(mMime.c_str(), "mpeg2"))) {
          strcasestr(mMime.c_str(), "mpeg2") || strcasestr(mMime.c_str(), "av01"))) {
        return;
    }