diff options
Diffstat (limited to 'include/gui/BufferQueueDefs.h')
-rw-r--r-- | include/gui/BufferQueueDefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gui/BufferQueueDefs.h b/include/gui/BufferQueueDefs.h index bccc881..83e9580 100644 --- a/include/gui/BufferQueueDefs.h +++ b/include/gui/BufferQueueDefs.h @@ -26,7 +26,7 @@ namespace android { // BufferQueue will keep track of at most this value of buffers. // Attempts at runtime to increase the number of buffers past this // will fail. - enum { NUM_BUFFER_SLOTS = 32 }; + enum { NUM_BUFFER_SLOTS = 64 }; typedef BufferSlot SlotsType[NUM_BUFFER_SLOTS]; } // namespace BufferQueueDefs |