mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-30 00:41:19 +02:00
[SPARK] cVideo::ShowPicture: add optional argument for destination m2v
This commit is contained in:
@@ -211,7 +211,7 @@ void cVideo::SetVideoMode(analog_mode_t)
|
||||
{
|
||||
}
|
||||
|
||||
void cVideo::ShowPicture(const char *fname)
|
||||
void cVideo::ShowPicture(const char *fname, const char *)
|
||||
{
|
||||
lt_info("%s(%s)\n", __func__, fname);
|
||||
if (access(fname, R_OK))
|
||||
|
Reference in New Issue
Block a user