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

Commit 68a58e86 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12851542 from 7c1d06fc to 25Q2-release

Change-Id: I59067375ae856c41ad7a3f8401a1ee789f3af4ce
parents 2e0f5e4a 7c1d06fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@ uint64_t WebmWriter::estimateCuesSize(int32_t bitRate) {

    // Max file size limit is set
    if (mMaxFileSizeLimitBytes != 0 && mIsFileSizeLimitExplicitlyRequested) {
        size = mMaxFileSizeLimitBytes * 6 / 1000;
        size = mMaxFileSizeLimitBytes / 1000 * 6;
    }

    // Max file duration limit is set