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:
5schatten 2019-07-03 18:00:12 +02:00
parent 039eabca1e
commit 52efef7a66

View File

@ -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