mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
ShowPicture: revert API change
This commit is contained in:
@@ -174,11 +174,7 @@ class cVideo
|
||||
bool SetCECMode(VIDEO_HDMI_CEC_MODE) { return true; };
|
||||
void SetCECAutoView(bool) { return; };
|
||||
void SetCECAutoStandby(bool) { return; };
|
||||
#ifdef MARTII
|
||||
void ShowPicture(const char * fname, bool isM2V = false);
|
||||
#else
|
||||
void ShowPicture(const char * fname);
|
||||
#endif
|
||||
void StopPicture();
|
||||
void Standby(unsigned int bOn);
|
||||
#ifdef MARTII
|
||||
|
Reference in New Issue
Block a user