summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-05-22 11:03:57 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-05-22 11:03:57 +0200
commitdc7f2d3624375c6ac8e2f255ce0b5dc1872a178a (patch)
tree2032209d8396e8862eb854fa7ed21065f95c1b18 /CONTRIBUTORS
parent2d3702b8507361c3c9f17fe290fc1d6af0cef983 (diff)
downloadvdr-dc7f2d3624375c6ac8e2f255ce0b5dc1872a178a.tar.gz
vdr-dc7f2d3624375c6ac8e2f255ce0b5dc1872a178a.tar.bz2
Removed converting byte order on big endian systems from cDvbOsd::Flush()
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS8
1 files changed, 8 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 39d70776..ba23c73f 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1338,3 +1338,11 @@ Wolfgang Fritz <wolfgang.fritz@gmx.net>
Michael Reinelt <reinelt@eunet.at>
for reporting a problem with the EPG scan on systems that don't use DiSEqC
+
+Johannes Stezenbach <js@linuxtv.org>
+ for pointing out that the byte swap for big endian systems in cDvbOsd::Flush()
+ is wrong
+
+Paavo Hartikainen <pahartik@sci.fi>
+ for verifying that the byte swap for big endian systems in cDvbOsd::Flush() was
+ wrong