vuduo4k/vuduo4kse/vuultimo4k/vuuno4kse: HDMI input as mode and PiP added

Origin commit data
------------------
Branch: master
Commit: d3d0b40f89
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-05-09 (Sun, 09 May 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2021-05-09 21:25:43 +02:00
committed by vanhofen
parent 697953230a
commit bf8a99aa68
10 changed files with 175 additions and 6 deletions

View File

@@ -161,6 +161,7 @@ class cVideo
private:
/* video device */
int fd;
bool fdd;
unsigned int devnum;
/* apparently we cannot query the driver's state
=> remember it */
@@ -195,7 +196,6 @@ class cVideo
/* used internally by dmx */
int64_t GetPTS(void);
public:
/* constructor & destructor */
cVideo(int mode, void *, void *, unsigned int unit = 0);
@@ -205,6 +205,11 @@ class cVideo
void openDevice(void);
void closeDevice(void);
void open_AVInput_Device(void);
void close_AVInput_Device(void);
void setAVInput(int val);
void * GetTVEnc() { return NULL; };
void * GetTVEncSD() { return NULL; };