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

Commit ab838ac1 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6672721 from 6bcb09e6 to rvc-qpr1-release

Change-Id: I543142319fe481b096da9d24fb2cd45b3d4d953a
parents 39e3ff90 6bcb09e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ private:
     * How many buffers to keep for the internal queue. When the internal buffer
     * exceeds this capacity, oldest frames will be dropped.
     */
    static constexpr size_t MAX_QUEUE_SIZE = 10;
    static constexpr size_t MAX_QUEUE_SIZE = 20;
    std::vector<TouchVideoFrame> mFrames;

    /**