mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-01 23:35:47 +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:
parent
039eabca1e
commit
52efef7a66
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user