[SPARK] cVideo::ShowPicture: add optional argument for destination m2v

This commit is contained in:
martii
2013-09-06 22:23:22 +02:00
parent 938a6c4491
commit 1756351a36
4 changed files with 23 additions and 19 deletions

View File

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