video_lib.h header adapted to match one of the previous changes

This commit is contained in:
martii
2012-07-13 16:30:43 +02:00
parent 7f45271ad2
commit b1f92d8e9c

View File

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