- fix build raspi

Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
max_10
2023-03-07 19:19:24 +01:00
committed by GetAway
parent 920bba65b2
commit 1c996435c8
4 changed files with 19 additions and 3 deletions

View File

@@ -180,6 +180,10 @@ class cVideo
int getBlank(void);
int setBlank(int enable);
/* set video_system */
int SetVideoSystem(int video_system, bool remember = true);
int GetVideoSystem();
/* change video play state. Parameters are all unused. */
int Start(void *PcrChannel = NULL, unsigned short PcrPid = 0, unsigned short VideoPid = 0, void *x = NULL);
int Stop(bool blank = true);