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

Commit 89dfc64f 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:...

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

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

Change-Id: Ia8f3622e8bba467e19e8410dc5409b766e736f91
parents 5731227b 891b4f1e
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;
}