diff options
author | austriancoder <austriancoder> | 2004-10-11 18:01:11 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-10-11 18:01:11 +0000 |
commit | 01a67ccfd81b838987d45e68f6edfe2da00e98c6 (patch) | |
tree | 08bc046f7c9164f669304e9ab662b351109752b5 /dxr3interface.h | |
parent | 0773083d9880e3816b5fe5a7c3840b7d3c8bcfb3 (diff) | |
download | vdr-plugin-dxr3-01a67ccfd81b838987d45e68f6edfe2da00e98c6.tar.gz vdr-plugin-dxr3-01a67ccfd81b838987d45e68f6edfe2da00e98c6.tar.bz2 |
fixed bug #1022810: Osd gets pink
Diffstat (limited to 'dxr3interface.h')
-rw-r--r-- | dxr3interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dxr3interface.h b/dxr3interface.h index 492c1e3..18125ac 100644 --- a/dxr3interface.h +++ b/dxr3interface.h @@ -152,6 +152,8 @@ private: // bcs em8300_bcs_t m_bcs; ///< BrightnessContrastSaturation values + unsigned default_palette[16]; + void UploadMicroCode(); void ConfigureDevice(); void ResampleVolume(short* pcmbuf, int size); |