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

Commit 16f2a93c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix: Flac Encoder timestamp for EOS"

parents b8b46e88 385f0e97
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;
}