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

Commit 06a73b10 authored by Hangyu Kuang's avatar Hangyu Kuang Committed by android-build-merger
Browse files

Merge "media: Increase the maximum ctts offset to be 2 seconds." into oc-dr1-dev

am: 71ee06d0

Change-Id: Ice85a1f1e7ec2eaf0f559205ae4112cfda07ca8a
parents 733e580c 71ee06d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ public:

private:
    enum {
        kMaxCttsOffsetTimeUs = 1000000LL,  // 1 second
        kMaxCttsOffsetTimeUs = 2000000LL,  // 2 seconds
        kSampleArraySize = 1000,
    };