mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libarmbox/video.cpp: add missing defines
VIDEO_GET_FRAME_RATE was dropped in 4.19 kernel
This commit is contained in:
@@ -65,6 +65,13 @@ extern "C"
|
||||
_r; \
|
||||
})
|
||||
|
||||
#ifndef VIDEO_GET_SIZE
|
||||
#define VIDEO_GET_SIZE _IOR('o', 55, video_size_t)
|
||||
#endif
|
||||
#ifndef VIDEO_GET_FRAME_RATE
|
||||
#define VIDEO_GET_FRAME_RATE _IOR('o', 56, unsigned int)
|
||||
#endif
|
||||
|
||||
cVideo * videoDecoder = NULL;
|
||||
cVideo * pipDecoder = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user