summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-05-25 11:02:58 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-05-25 11:02:58 +0200
commit4289180a03b933efe7e922e71c1b9c7da7f481ad (patch)
tree25b4b424b538428657a8b9238009d8861d8d40e0 /HISTORY
parent3103fb6fba2f07b6286a67930d602edebdffa897 (diff)
downloadvdr-4289180a03b933efe7e922e71c1b9c7da7f481ad.tar.gz
vdr-4289180a03b933efe7e922e71c1b9c7da7f481ad.tar.bz2
Changed the DEFAULTPRIORITY in device.c to -1
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 6fcaa0c3..0b24e89d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2173,7 +2173,7 @@ Video Disk Recorder Revision History
- No longer waiting inside cIndexFile::CatchUp() to avoid shortly blocking replay
at the end of a recording.
-2003-05-24: Version 1.1.33
+2003-05-25: Version 1.1.33
- Modified handling of audio packets in cDvbPlayer for better sync with external
AC3 replay (thanks to Werner Fink).
@@ -2198,3 +2198,6 @@ Video Disk Recorder Revision History
- Fixed cReplayControl::Show() to avoid a compiler warning in g++ 3.2.3 (thanks
to Jan Ekholm for reporting this one).
- Completed the Slovenian OSD texts (thanks to Matjaz Thaler).
+- Changed the DEFAULTPRIORITY in device.c to -1, so that the primary device
+ will be used for FTA recordings in case the CAM is connected to a non-primary
+ device (thanks to Reinhard Walter Buchner for reporting this one).