triple: implement cVideo::GetScreenImage

Origin commit data
------------------
Branch: master
Commit: ae74fe2d0f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-01-12 (Sat, 12 Jan 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-01-12 19:18:23 +01:00
parent d01bf34af3
commit c4497221bb
2 changed files with 365 additions and 4 deletions

View File

@@ -186,6 +186,7 @@ class cVideo
int CloseVBI(void) { return 0; };
int StartVBI(unsigned short) { return 0; };
int StopVBI(void) { return 0; };
bool GetScreenImage(unsigned char * &data, int &xres, int &yres, bool get_video = true, bool get_osd = false, bool scale_to_video = false);
};
#endif