spark: implement GetScreenImage for video and audio

Conflicts:
	libspark/video.cpp
This commit is contained in:
Stefan Seyfried
2015-02-25 00:51:10 +01:00
committed by max10
parent 95cdd648c4
commit 240eecde22
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