mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
libspark: implement SetColorFormat()
Origin commit data
------------------
Branch: master
Commit: 75e5268a3c
Author: martii <m4rtii@gmx.de>
Date: 2013-08-11 (Sun, 11 Aug 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -17,6 +17,16 @@ typedef enum {
|
||||
ANALOG_SCART_MASK = 0x10
|
||||
} analog_mode_t;
|
||||
|
||||
typedef enum {
|
||||
COLORFORMAT_RGB = 0x10, // keep compatible with analog_mode_t
|
||||
COLORFORMAT_YUV,
|
||||
COLORFORMAT_CVBS,
|
||||
COLORFORMAT_SVIDEO,
|
||||
COLORFORMAT_HDMI_RGB,
|
||||
COLORFORMAT_HDMI_YCBCR444,
|
||||
COLORFORMAT_HDMI_YCBCR422
|
||||
} COLOR_FORMAT;
|
||||
|
||||
|
||||
typedef enum {
|
||||
VIDEO_FORMAT_MPEG2 = 0,
|
||||
@@ -192,6 +202,7 @@ class cVideo
|
||||
int StartVBI(unsigned short) { return 0; };
|
||||
int StopVBI(void) { return 0; };
|
||||
void SetDemux(cDemux *dmx);
|
||||
void SetColorFormat(COLOR_FORMAT color_format);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user