Add hw acceleration, improve video performance

This commit is contained in:
markmental 2026-03-27 23:19:42 -04:00
commit 7c5d82e124
13 changed files with 273 additions and 72 deletions

View file

@ -3,7 +3,7 @@
#include <SDL2/SDL.h>
#define FRAME_QUEUE_CAPACITY 8
#define FRAME_QUEUE_CAPACITY 12
typedef struct FrameData {
unsigned char *buffer;