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

Commit 5d1e90cd authored by Yixiao Luo's avatar Yixiao Luo Committed by Gerrit Code Review
Browse files

Merge "Fixed LinearBlock thumbnail crash issue" into main

parents 4b18779d d8548a35
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6090,9 +6090,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;
    }