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

Commit 9c1b8660 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "transcoding: change max back-to-back running time to 2min" into sc-dev am: 4c10fabc

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

Change-Id: I5a7a40cf02879ea5dd14cc00dcf3d8330e4dac25
parents 5ddd768e 4c10fabc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -107,7 +107,7 @@ private:
        // Maximum allowed back-to-back start count.
        // Maximum allowed back-to-back start count.
        int32_t pacerBurstCountQuota = 10;
        int32_t pacerBurstCountQuota = 10;
        // Maximum allowed back-to-back running time.
        // Maximum allowed back-to-back running time.
        int32_t pacerBurstTimeQuotaSeconds = 180;  // 3-min
        int32_t pacerBurstTimeQuotaSeconds = 120;  // 2-min
    };
    };


    struct Session {
    struct Session {