summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-09-20 17:23:54 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-09-20 17:23:54 +0200
commitf9a3ec512abf33135adc613b02c670daad57e415 (patch)
treef4139446425fec52265d460ab4b7da19e6728389
parenteb90375362141adc8baf67434c7b37d83017f95c (diff)
downloadvdr-f9a3ec512abf33135adc613b02c670daad57e415.tar.gz
vdr-f9a3ec512abf33135adc613b02c670daad57e415.tar.bz2
Changed AV_PES not0.6.4
-rw-r--r--HISTORY5
1 files changed, 2 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index b68ce986..f8a10078 100644
--- a/HISTORY
+++ b/HISTORY
@@ -172,9 +172,8 @@ Video Disk Recorder Revision History
- NOTE: If you are using DVB driver version 0.7 you need to load the dvb.o
module with option outstream=0, so your insmod statement should read
- 'insmod dvb.o outstream=0'. This is currently necessary because 'vdr' works
- with AV_PES data and will change once it has been modified to work directly
- with MPEG2.
+ 'insmod dvb.o outstream=0'. This is currently necessary because 'vdr'
+ still works with AV_PES data.
- Video files now have the 'group read' bit set.
- Fixed handling errors in 'readstring()'.
- Handling SIGPIPE and re-establishing handler after intercepting a signal.