Fixed possible compilation errors with libjpeg

This commit is contained in:
Klaus Schmidinger
2020-11-22 13:32:05 +01:00
parent 272231467a
commit ad55da4ef9
3 changed files with 11 additions and 7 deletions

View File

@@ -9536,7 +9536,7 @@ Video Disk Recorder Revision History
cDvbTuner::GetSignalStats() to avoid problems with drivers that don't do this
(thanks to Helmut Binder).
2020-11-20:
2020-11-22:
- Fixed multiple recording entries in case a recording is started during the initial
reading of the video directory (reported by Claus Muus).
@@ -9545,3 +9545,4 @@ Video Disk Recorder Revision History
- Fixed a crash in case an error occurs when setting a remote timer.
- Fixed allocating memory for cImage (reported by Christoph Haubrich).
- Fixed parsing the '-l' command line option (reported by Harald Milz).
- Fixed possible compilation errors with libjpeg (thanks to Bernd Kuhls).