Include buffer caching

This commit is contained in:
Kamil Trzcinski
2022-04-06 12:22:52 +02:00
parent 237e87c90e
commit 0e1ea755d9
5 changed files with 17 additions and 10 deletions

View File

@ -7,7 +7,7 @@
#include "hw/buffer_list.h"
#include "hw/device.h"
DEFINE_BUFFER_LOCK(http_h264);
DEFINE_BUFFER_LOCK(http_h264, 0);
static const char *const VIDEO_HEADER = "HTTP/1.0 200 OK\r\n"
"Access-Control-Allow-Origin: *\r\n"