update libcs headers

This commit is contained in:
[CST] Focus
2012-01-13 16:15:21 +04:00
parent 73a2f85e35
commit f9010a8bd1
2 changed files with 33 additions and 6 deletions

View File

@@ -230,6 +230,7 @@ public:
int CloseVBI(void);
int StartVBI(unsigned short pid);
int StopVBI(void);
bool GetScreenImage(unsigned char * &data, int &xres, int &yres, bool get_video = true, bool get_osd = false, bool scale_to_video = false);
};
#endif // __VIDEO_CS_H_