summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/nuplayer/NuPlayerDecoder.cpp
diff options
context:
space:
mode:
authorChong Zhang <chz@google.com>2015-04-20 16:03:00 -0700
committerChong Zhang <chz@google.com>2015-04-23 18:45:44 -0700
commit5abbd3dcbb0bb32a3d4b90dddbcf90458967eb6f (patch)
treea56ccf00558ad454c1e2da546c449e506cc3b9bc /media/libmediaplayerservice/nuplayer/NuPlayerDecoder.cpp
parent04f07fd61022dac46ddda9c815d65bc3d3278b84 (diff)
downloadframeworks_av-5abbd3dcbb0bb32a3d4b90dddbcf90458967eb6f.zip
frameworks_av-5abbd3dcbb0bb32a3d4b90dddbcf90458967eb6f.tar.gz
frameworks_av-5abbd3dcbb0bb32a3d4b90dddbcf90458967eb6f.tar.bz2
HLS: make disconnect faster to prevent ANR
disconnect HTTP connection when we absolutely won't resume bug: 19890444 Change-Id: Idee36b48741f6f8eb1d65bca32156e9e18349c67
Diffstat (limited to 'media/libmediaplayerservice/nuplayer/NuPlayerDecoder.cpp')
-rw-r--r--media/libmediaplayerservice/nuplayer/NuPlayerDecoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libmediaplayerservice/nuplayer/NuPlayerDecoder.cpp b/media/libmediaplayerservice/nuplayer/NuPlayerDecoder.cpp
index 65e80c3..acc9ef5 100644
--- a/media/libmediaplayerservice/nuplayer/NuPlayerDecoder.cpp
+++ b/media/libmediaplayerservice/nuplayer/NuPlayerDecoder.cpp
@@ -658,7 +658,7 @@ status_t NuPlayer::Decoder::fetchInputData(sp<AMessage> &reply) {
#if 0
int64_t mediaTimeUs;
CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs));
- ALOGV("[%s] feeding input buffer at media time %" PRId64,
+ ALOGV("[%s] feeding input buffer at media time %.3f",
mIsAudio ? "audio" : "video",
mediaTimeUs / 1E6);
#endif