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

Origin commit data
------------------
Branch: master
Commit: b1f92d8e9c
Author: martii <you@example.com>
Date: 2012-07-13 (Fri, 13 Jul 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
martii
2012-07-13 16:30:43 +02:00
parent c415fbc066
commit 2ec164f3ef

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