spark: implement GetScreenImage for video and audio

Conflicts:
	libspark/video.cpp


Origin commit data
------------------
Branch: master
Commit: 240eecde22
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-25 (Wed, 25 Feb 2015)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2015-02-25 00:51:10 +01:00
committed by max_10
parent a1f1d32e5f
commit eefc9a37d3
2 changed files with 667 additions and 3 deletions

View File

@@ -205,6 +205,7 @@ class cVideo
int StopVBI(void) { return 0; };
void SetDemux(cDemux *dmx);
void SetColorFormat(COLOR_FORMAT color_format);
bool GetScreenImage(unsigned char * &data, int &xres, int &yres, bool get_video = true, bool get_osd = false, bool scale_to_video = false);
};
#endif