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

Commit 05f4cd73 authored by Zhijun He's avatar Zhijun He
Browse files

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

This reverts commit 41470837.

The original CL caused video timestamp bug.

Bug: 64357813
Change-Id: I5171ef7287fe8db063949f5bfff305c6c3ae20b7
parent 71ee06d0
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,
    };