ShowPicture: revert API change

This commit is contained in:
martii
2013-06-07 16:21:04 +02:00
parent 4e439cdb41
commit e10d6a5a18
4 changed files with 2 additions and 17 deletions

View File

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