increase buffersize

This commit is contained in:
epitchi 2024-04-18 10:31:33 +07:00
parent 322bc008e5
commit 86d34baabb

View File

@ -1,5 +1,5 @@
#define QUEUE_SIZE 32
#define PACKET_SIZE 512 * 1024
#define PACKET_SIZE 1024 * 1024
enum QueueType {
Video0,