mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
video_lib.h header adapted to match one of the previous changes
This commit is contained in:
@@ -178,7 +178,11 @@ class cVideo
|
||||
void StopPicture();
|
||||
void Standby(unsigned int bOn);
|
||||
void Pig(int x, int y, int w, int h, int osd_w = 1064, int osd_h = 600);
|
||||
#ifdef MARTII
|
||||
void SetControl(int, int);
|
||||
#else
|
||||
void SetControl(int, int) { return; };
|
||||
#endif
|
||||
void VideoParamWatchdog(void);
|
||||
void setContrast(int val);
|
||||
void SetVideoMode(analog_mode_t mode);
|
||||
|
Reference in New Issue
Block a user