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:
Markus Volk
2020-02-10 21:12:43 +01:00
committed by vanhofen
parent 4e4464a76b
commit 14ac43388e

View File

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