Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c6b0df2 authored by android-build-team Robot's avatar android-build-team Robot Committed by android-build-merger
Browse files

Merge "Remove misleading diagnostic" into pi-dev

am: c0910fe8

Change-Id: I0075f58faf4951fb7ef85cfe1e6395eb3370aae8
parents e8abcc08 c0910fe8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -764,7 +764,7 @@ void MediaCodec::statsBufferReceived(int64_t presentationUs) {

    // ignore stuff with no presentation time
    if (presentationUs <= 0) {
        ALOGD("-- returned buffer has bad timestamp %" PRId64 ", ignore it", presentationUs);
        ALOGV("-- returned buffer timestamp %" PRId64 " <= 0, ignore it", presentationUs);
        mLatencyUnknown++;
        return;
    }