mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +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 StopPicture();
|
||||||
void Standby(unsigned int bOn);
|
void Standby(unsigned int bOn);
|
||||||
void Pig(int x, int y, int w, int h, int osd_w = 1064, int osd_h = 600);
|
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; };
|
void SetControl(int, int) { return; };
|
||||||
|
#endif
|
||||||
void VideoParamWatchdog(void);
|
void VideoParamWatchdog(void);
|
||||||
void setContrast(int val);
|
void setContrast(int val);
|
||||||
void SetVideoMode(analog_mode_t mode);
|
void SetVideoMode(analog_mode_t mode);
|
||||||
|
Reference in New Issue
Block a user