Merge "media: fixing klock work issue."

am: 1b7026ed1e

Change-Id: I64a0b78762c88ead68647fa4c028f2cfb52e6bc2
gugelfrei
Dichen Zhang 5 years ago committed by android-build-merger
commit 6f2779da0f

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