mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
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:
@@ -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