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

Commit 891b4f1e authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix: Flac Encoder timestamp for EOS" am: 16f2a93c am: 28f243e1 am: 131b839e

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1224637

Change-Id: I21661cec68790d174002cd12bb94a29b28c74ce1
parents a8fa780d 131b839e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -439,9 +439,6 @@ c2_status_t C2SoftFlacEnc::drain(
    }
    FLAC__bool ok = FLAC__stream_encoder_finish(mFlacStreamEncoder);
    if (!ok) return C2_CORRUPTED;
    mIsFirstFrame = true;
    mAnchorTimeStamp = 0ull;
    mProcessedSamples = 0u;

    return C2_OK;
}