generic-pc/video: implement getScreenImage (experimental)

Origin commit data
------------------
Branch: master
Commit: adb6db1beb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-26 (Sun, 26 May 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-05-26 20:52:43 +02:00
parent 656c2d85c0
commit 53bdc36960
2 changed files with 106 additions and 0 deletions

View File

@@ -190,6 +190,7 @@ class cVideo : public OpenThreads::Thread
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);
SWFramebuffer *getDecBuf(void);
private:
void run();