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

Commit 713d77a2 authored by Yixiao Luo's avatar Yixiao Luo Committed by Automerger Merge Worker
Browse files

Merge "Fixed LinearBlock thumbnail crash issue" into main am: 5d1e90cd am: b281428b

parents 2c10da33 b281428b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6092,9 +6092,9 @@ void MediaCodec::extractCSD(const sp<AMessage> &format) {
        }
        if (csd->size() == 0) {
            ALOGW("csd-%zu size is 0", i);
        }

        } else {
            mCSD.push_back(csd);
        }
        ++i;
    }