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

Origin commit data
------------------
Branch: master
Commit: deeea70d0c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-14 (Tue, 14 Feb 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-02-14 22:38:26 +01:00
parent 3f05476439
commit fc4c7f9dc4
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 *);