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

Commit b281428b 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

parents 76bd5a0a 5d1e90cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6093,9 +6093,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;
    }