Changed C++ style comments in libdtv into C style to avoid warnings in gcc 3.x

This commit is contained in:
Klaus Schmidinger
2003-05-11 14:42:36 +02:00
parent c6e759f436
commit 848e79eec8
5 changed files with 84 additions and 78 deletions

View File

@@ -2139,3 +2139,5 @@ Video Disk Recorder Revision History
written.
- Implemented separate PausePriority and PauseLifetime parameters for the recordings
created when pausing live video (suggested by Alfred Zastrow).
- Changed C++ style comments in libdtv into C style to avoid warnings in gcc 3.x
(thanks to Andreas Schultz).