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

Commit d829543a 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: I03ec3608afae7ecd5b21bdc20a025e1a7e583db8
parents dde8d48a 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,
    };