mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
libarmbox/video.cpp: add missing defines
VIDEO_GET_FRAME_RATE was dropped in 4.19 kernel
Origin commit data
------------------
Branch: master
Commit: c72e3492a4
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-02-10 (Mon, 10 Feb 2020)
------------------
This commit was generated by Migit
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