Fix the build. (Change LOGV to ALOGV)
Change-Id: I14104540cfbd2bcdd7af1534db20554b88c4c0ce
This commit is contained in:
@@ -242,7 +242,7 @@ void NuPlayer::RTSPSource::onMessageReceived(const sp<AMessage> &msg) {
|
||||
// playtime mapping. Assume the first packets correspond
|
||||
// to time 0.
|
||||
|
||||
LOGV("This is a live stream, assuming time = 0");
|
||||
ALOGV("This is a live stream, assuming time = 0");
|
||||
|
||||
info->mRTPTime = rtpTime;
|
||||
info->mNormalPlaytimeUs = 0ll;
|
||||
|
||||
Reference in New Issue
Block a user