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

Commit 3ef2e99e 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

am: d829543a

Change-Id: I7c40764ff8d81377e3710a98f976247cbd6d7695
parents 49f7a427 d829543a
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,
    };