Add DRM_FORMAT_NV12_10 definition for RK backend

Fixes #742
This commit is contained in:
Cameron Gutman 2021-08-08 10:05:43 -05:00
parent 3b51b40178
commit 6f15b257d7

View File

@ -43,6 +43,10 @@
#define RK_H264 7
#define RK_H265 16777220
#ifndef DRM_FORMAT_NV12_10
#define DRM_FORMAT_NV12_10 fourcc_code('N', 'A', '1', '2')
#endif
void *pkt_buf = NULL;
int fd;
int fb_id;