spark: implement stuff needed for PIP

note that this does now work well at least on st7162 and thus is not
really tested.
This commit is contained in:
Stefan Seyfried
2013-09-28 18:32:03 +02:00
parent 28b21d2295
commit 642de31a8b
3 changed files with 58 additions and 21 deletions

View File

@@ -120,6 +120,7 @@ class cVideo
private:
/* video device */
int fd;
unsigned int devnum;
/* apparently we cannot query the driver's state
=> remember it */
video_play_state_t playstate;