diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-09-11 21:00:57 +0200 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-09-11 21:00:57 +0200 |
commit | 414e76fd94edf6861977dc8a84d888d7236da732 (patch) | |
tree | 8299837e7a5fe4700b01c74a2ffdd3a9ac047be3 /spuencoder.h | |
parent | 6787dbc234dcf23a20eabf53ff4990e4e2abc523 (diff) | |
download | vdr-plugin-dxr3-414e76fd94edf6861977dc8a84d888d7236da732.tar.gz vdr-plugin-dxr3-414e76fd94edf6861977dc8a84d888d7236da732.tar.bz2 |
also write color informations - we have a working < 5 bpp spu encoder now
Diffstat (limited to 'spuencoder.h')
-rw-r--r-- | spuencoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spuencoder.h b/spuencoder.h index dbeb833..7ef0b10 100644 --- a/spuencoder.h +++ b/spuencoder.h @@ -66,6 +66,7 @@ private: tColor palcolors[16]; void writeNibble(uint8_t val); + void writeColorAndAlpha(sSection &sec, bool withCMD); void generateColorPalette(); void generateSpuData(bool topAndBottom) throw (char const* ); |