1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Added credit to Onno Kreuziger

This commit is contained in:
Klaus Schmidinger 2002-05-14 16:10:44 +02:00
parent 6ea22bf2f0
commit 57ff745d76
2 changed files with 5 additions and 1 deletions

View File

@ -338,3 +338,6 @@ Oliver Lorei <oliverlorei@cityweb.de>
Andreas Böttger <fboettger@t-online.de> Andreas Böttger <fboettger@t-online.de>
for reporting a bug in skipping forward in time shift mode near the end of the recording for reporting a bug in skipping forward in time shift mode near the end of the recording
Onno Kreuzinger <ok@solutas.net>
for reporting leftover references to the file FORMATS in MANUAL and svdrp.c

View File

@ -1261,7 +1261,8 @@ Video Disk Recorder Revision History
interface. 'osdbase.c/.h' now implements the abstract OSD, while 'dvbosd.c/.h' interface. 'osdbase.c/.h' now implements the abstract OSD, while 'dvbosd.c/.h'
is the actual implementation for the DVB hardware. This is in preparation for is the actual implementation for the DVB hardware. This is in preparation for
allowing additional kinds of OSD hardware implementations. allowing additional kinds of OSD hardware implementations.
- Fixed leftover references to the file FORMATS in MANUAL and svdrp.c. - Fixed leftover references to the file FORMATS in MANUAL and svdrp.c (thanks to
Onno Kreuzinger for reporting this one).
- Avoiding ambiguities in the cList template class in case one defines a "list of - Avoiding ambiguities in the cList template class in case one defines a "list of
lists" (thanks to Stefan Huelswitt). lists" (thanks to Stefan Huelswitt).
- Simplified the basic cMenuSetupPage class for easier use in plugins. - Simplified the basic cMenuSetupPage class for easier use in plugins.