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

Commit 853c37d0 authored by Dichen Zhang's avatar Dichen Zhang
Browse files

media: fixing klock work issue.

From Keystone
https://keystone-qcom-review.googlesource.com/c/platform/frameworks/av/+/17901
CRs-Fixed: 2205452
Change-Id: Ib7e0c092610c7573104decaa23abb95e95b96d3a
Bug: 70919418
Test: TBD
parent 0d8553c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -431,7 +431,7 @@ sp<AMessage> VideoFrameDecoder::onGetFormatAndSeekOptions(
            || !strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_HEVC);

    if (frameTimeUs < 0) {
        int64_t thumbNailTime;
        int64_t thumbNailTime = -1ll;
        if (!trackMeta()->findInt64(kKeyThumbnailTime, &thumbNailTime)
                || thumbNailTime < 0) {
            thumbNailTime = 0;