diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-08-25 09:36:09 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-08-25 09:36:09 +0200 |
commit | c6ed4da7a0e8d9bf5664ba2c4282e3c6cb6d7932 (patch) | |
tree | aef8dad67f4e01f6655e0e189af7af1576e038af /CONTRIBUTORS | |
parent | df5be87dc3aa8a94990dcc387729c551fb14a3db (diff) | |
download | vdr-c6ed4da7a0e8d9bf5664ba2c4282e3c6cb6d7932.tar.gz vdr-c6ed4da7a0e8d9bf5664ba2c4282e3c6cb6d7932.tar.bz2 |
Added cDevice::NewOsd() to allow a derived cDevice class to implement its own OSD capabilities
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c1536533..a3c12fa3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -161,6 +161,8 @@ Andreas Schultz <aschultz@warp10.net> for adding direct access to the index data of cPalette (needed for displaying SPUs) for pointing out a possible race condition in the cDvbPlayer for making the use of malloc/free and new/delete consistent + for adding cDevice::NewOsd() to allow a derived cDevice class to implement its own + OSD capabilities Aaron Holtzman for writing 'ac3dec' |