mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
lib/libcoolstream/video_cs.h: sync header
Origin commit data
------------------
Branch: ni/coolstream
Commit: 30d650999d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-03-08 (Fri, 08 Mar 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <cs_vfd.h>
|
||||
#include <control.h>
|
||||
#include <dmx_cs.h>
|
||||
|
||||
#include "cs_types.h"
|
||||
|
||||
@@ -152,12 +153,14 @@ private:
|
||||
analog_mode_t analog_mode_cinch;
|
||||
analog_mode_t analog_mode_scart;
|
||||
vfd_icon mode_icon;
|
||||
unsigned int unit;
|
||||
cDemux *demux;
|
||||
//
|
||||
int SelectAutoFormat();
|
||||
void ScalePic();
|
||||
public:
|
||||
/* constructor & destructor */
|
||||
cVideo(int mode, void * hChannel, void * hBuffer);
|
||||
cVideo(int mode, void * hChannel, void * hBuffer, unsigned int Unit = 0);
|
||||
~cVideo(void);
|
||||
|
||||
void * GetDRM(void);
|
||||
@@ -231,6 +234,7 @@ public:
|
||||
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);
|
||||
void SetDemux(cDemux *Demux);
|
||||
};
|
||||
|
||||
#endif // __VIDEO_CS_H_
|
||||
|
Reference in New Issue
Block a user