Merge "media: fixing klock work issue." am: 1b7026ed1e

am: 6f2779da0f

Change-Id: I3642243734999dffe29f17a974b64a0587e92e6c
gugelfrei
Dichen Zhang 5 years ago committed by android-build-merger
commit 0b96fa14b8

@ -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;

Loading…
Cancel
Save