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

Commit f7c604df authored by Zhijun He's avatar Zhijun He Committed by android-build-merger
Browse files

Merge "Revert "media: Increase the maximum ctts offset to be 2 seconds."" into...

Merge "Revert "media: Increase the maximum ctts offset to be 2 seconds."" into oc-dr1-dev am: dcca7ebd am: fc329011
am: 3c5628cf

Change-Id: Id74b4cd08b495070cacbf9b1d98239c075a4ec4e
parents 974c0855 3c5628cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ public:

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