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

Commit 41470837 authored by Hangyu Kuang's avatar Hangyu Kuang
Browse files

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

Bug: 63590381
Test: camera recording

Change-Id: I020cdecfafeedd3f138a54f8d3ff7c5712f611b1
parent b2bae26b
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,
    };