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

Commit f5894e7a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add default maxBufferCount in GraphicBufferProducer" into main am: b181ba82 am: d4d02798

parents d885231c d4d02798
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -414,7 +414,7 @@ public:
        uint64_t nextFrameNumber{0};
        FrameEventHistoryDelta frameTimestamps;
        bool bufferReplaced{false};
        int maxBufferCount{0};
        int maxBufferCount{BufferQueueDefs::NUM_BUFFER_SLOTS};
        status_t result{NO_ERROR};
    };