mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 02:20:42 +00:00
video/rockchip: define READ_BUF_SIZE as a size of 0x00100000
If you use SZ_1M to define READ_BUF_SIZE you also need to include the sizes.h header file which is apparently missing.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
#include <rockchip/rk_mpi.h>
|
||||
|
||||
#define READ_BUF_SIZE (SZ_1M)
|
||||
#define READ_BUF_SIZE 0x00100000
|
||||
#define MAX_FRAMES 16
|
||||
#define RK_H264 7
|
||||
#define RK_H265 16777220
|
||||
|
||||
Reference in New Issue
Block a user