Added cDevice::NewOsd() to allow a derived cDevice class to implement its own OSD capabilities

This commit is contained in:
Klaus Schmidinger
2002-08-25 09:36:09 +02:00
parent df5be87dc3
commit c6ed4da7a0
8 changed files with 67 additions and 21 deletions

View File

@@ -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'