libspark/video: ShowPicture: add flag to indicate that input file is already m2v and doesn't need to be converted

This commit is contained in:
martii
2013-05-18 15:29:19 +02:00
parent a5cc6ae698
commit f88d47b0f2
2 changed files with 16 additions and 0 deletions

View File

@@ -174,7 +174,11 @@ 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