spark: add {open,close}Device() to cVideo

This commit is contained in:
Stefan Seyfried
2012-02-14 22:38:26 +01:00
parent a94d03ffee
commit deeea70d0c
2 changed files with 19 additions and 5 deletions

View File

@@ -138,6 +138,9 @@ class cVideo
void routeVideo(int standby);
int video_standby;
int64_t GetPTS(void);
void openDevice(void);
void closeDevice(void);
public:
/* constructor & destructor */
cVideo(int mode, void *, void *);