summaryrefslogtreecommitdiff
path: root/dvbspu.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-12-24 10:52:23 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-12-24 10:52:23 +0100
commit37850dfa87b1c2402f9720d6b4adee5abb0d3ca9 (patch)
treebaac5b65b25647850775e8056db510c624c4c6d8 /dvbspu.c
parent64b66428518942e582cde02107611160505e3570 (diff)
downloadvdr-37850dfa87b1c2402f9720d6b4adee5abb0d3ca9.tar.gz
vdr-37850dfa87b1c2402f9720d6b4adee5abb0d3ca9.tar.bz2
Reverted change to cDvbSpuBitmap::getMinBpp()
Diffstat (limited to 'dvbspu.c')
-rw-r--r--dvbspu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbspu.c b/dvbspu.c
index f74febdd..c3a33ba7 100644
--- a/dvbspu.c
+++ b/dvbspu.c
@@ -8,7 +8,7 @@
*
* parts of this file are derived from the OMS program.
*
- * $Id: dvbspu.c 2.5 2009/12/13 12:10:03 kls Exp $
+ * $Id: dvbspu.c 2.6 2009/12/24 10:52:23 kls Exp $
*/
#include "dvbspu.h"
@@ -348,7 +348,7 @@ int cDvbSpuBitmap::getMinBpp(const aDvbSpuPalDescr paldescr)
col++;
}
}
- return col > 2 ? 4 : 1;
+ return col > 2 ? 4 : 2;
}
int cDvbSpuDecoder::CalcAreaBpp(cBitmap *fgbmp, cBitmap *bgbmp)