mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
libspark/video: ShowPicture: add flag to indicate that input file is already m2v and doesn't need to be converted
Origin commit data
------------------
Branch: master
Commit: f88d47b0f2
Author: martii <m4rtii@gmx.de>
Date: 2013-05-18 (Sat, 18 May 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user