summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-05-26 11:25:36 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-05-26 11:25:36 +0200
commit373c69043ae352778974735460753d5e4f500789 (patch)
tree22b3779da2aa43719c4beb339aea4f2f7fb30df0 /CONTRIBUTORS
parent70ac6784ac749ecc479163806a4e23930ce6ae17 (diff)
downloadvdr-373c69043ae352778974735460753d5e4f500789.tar.gz
vdr-373c69043ae352778974735460753d5e4f500789.tar.bz2
Made tChannelID::operator==() inline for better performance
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index a69dd21f..3a1f4c66 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1357,3 +1357,6 @@ Johannes Stezenbach <js@linuxtv.org>
Paavo Hartikainen <pahartik@sci.fi>
for verifying that the byte swap for big endian systems in cDvbOsd::Flush() was
wrong
+
+Georg Acher <acher@baycom.de>
+ for making tChannelID::operator==() inline for better performance