Removed the Mute() call from cDvbDevice::StillPicture()

This commit is contained in:
Klaus Schmidinger
2003-04-27 09:45:51 +02:00
parent f67fef57ea
commit 65b9d4a97f
3 changed files with 6 additions and 4 deletions

View File

@@ -2054,7 +2054,7 @@ Video Disk Recorder Revision History
your remote control while watching live video to start an instant recording
of the current programme and immediately start replaying that recording.
2003-04-26: Version 1.1.29
2003-04-27: Version 1.1.29
- Fixed detecting broken connection to the LIRC daemon (thanks to Ludwig Nussel).
- Now sending CA descriptors to the CAM in the same sequence as they were originally
@@ -2069,3 +2069,5 @@ Video Disk Recorder Revision History
live video (thanks to Christoph Friederich for reporting this one).
- Now setting the "broken link" flag for GOPs at the beginning of a new video
sequence, which avoids artefacts when cutting (thanks to Stefan Huelswitt).
- Removed the Mute() call from cDvbDevice::StillPicture() (suggested by Andreas
Schultz).