update libcs headers

Origin commit data
------------------
Branch: ni/coolstream
Commit: f9010a8bd1
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-01-13 (Fri, 13 Jan 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-01-13 16:15:21 +04:00
parent d931a29907
commit a308a6e320
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_