Add hw acceleration, improve video performance
This commit is contained in:
parent
0a250b05f3
commit
7c5d82e124
13 changed files with 273 additions and 72 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
#define FRAME_QUEUE_CAPACITY 8
|
||||
#define FRAME_QUEUE_CAPACITY 12
|
||||
|
||||
typedef struct FrameData {
|
||||
unsigned char *buffer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue