Loading media/libstagefright/matroska/MatroskaExtractor.cpp +4 −2 Original line number Diff line number Diff line Loading @@ -33,6 +33,8 @@ #include <media/stagefright/Utils.h> #include <utils/String8.h> #include <inttypes.h> namespace android { struct DataSourceReader : public mkvparser::IMkvReader { Loading Loading @@ -409,8 +411,8 @@ void BlockIterator::seek( if (isAudio || block()->IsKey()) { // Accept the first key frame *actualFrameTimeUs = (block()->GetTime(mCluster) + 500LL) / 1000LL; ALOGV("Requested seek point: %lld actual: %lld", seekTimeUs, actualFrameTimeUs); ALOGV("Requested seek point: %" PRId64 " actual: %" PRId64, seekTimeUs, *actualFrameTimeUs); break; } } Loading Loading
media/libstagefright/matroska/MatroskaExtractor.cpp +4 −2 Original line number Diff line number Diff line Loading @@ -33,6 +33,8 @@ #include <media/stagefright/Utils.h> #include <utils/String8.h> #include <inttypes.h> namespace android { struct DataSourceReader : public mkvparser::IMkvReader { Loading Loading @@ -409,8 +411,8 @@ void BlockIterator::seek( if (isAudio || block()->IsKey()) { // Accept the first key frame *actualFrameTimeUs = (block()->GetTime(mCluster) + 500LL) / 1000LL; ALOGV("Requested seek point: %lld actual: %lld", seekTimeUs, actualFrameTimeUs); ALOGV("Requested seek point: %" PRId64 " actual: %" PRId64, seekTimeUs, *actualFrameTimeUs); break; } } Loading