Skip to content

Commit cd41e12

Browse files
Update RenderingMode.hx
1 parent 18da9cd commit cd41e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ffmpeg/RenderingMode.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import lime.utils.DataPointer;
1818

1919
@:publicFields
2020
class RenderingMode {
21-
static final PBO_BUFFERS:Int = 3; // Triple buffering is optimal
21+
static final PBO_BUFFERS:Int = 5; // Triple buffering is optimal
2222
static final QUEUE_SIZE:Int = 32; // Balanced queue size
2323
static final BATCH_SIZE:Int = 128; // Larger batches = fewer system calls
2424
static final MAX_QUEUE_LENGTH:Int = 48;

0 commit comments

Comments
 (0)