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

Commit 514696e1 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...

Merge "media: Increase the maximum ctts offset to be 2 seconds." into oc-dr1-dev am: 71ee06d0 am: 06a73b10
am: f6b6f0a7

Change-Id: I21ceebea7d2041db4480a6981c6776f499acd4d7
parents d6b4b047 f6b6f0a7
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,
    };