diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-06-16 15:04:38 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-06-16 15:04:38 +0200 |
commit | 5b41d2110736c815365ccb667f2a2332d61a375a (patch) | |
tree | 1df7fc51e9031f7603f7a3edf435be499bdf9ee7 /HISTORY | |
parent | 7429eb81f0db24b8ec9de07942569e19afff4d37 (diff) | |
download | vdr-5b41d2110736c815365ccb667f2a2332d61a375a.tar.gz vdr-5b41d2110736c815365ccb667f2a2332d61a375a.tar.bz2 |
Adapted text to driver 2001-06-160.8.2
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 16 |
1 files changed, 4 insertions, 12 deletions
@@ -509,23 +509,15 @@ Video Disk Recorder Revision History 2001-06-16: Version 0.82 - Increased timeout until reporting "broken video data stream" when recording. -- Modified method of turning off PIDs when switching channel. - Increased amount of non-useful data received by cRemux before assuming the recording will fail. - If there are two audio PIDs defined for a channel, both audio tracks will now be recorded and can be selectively replayed later. See the FORMATS file for details on how these different audio tracks are stored in the recorded - files. In order for this to work properly you need to make sure that the - StartHWFilter() function in the driver's 'dvb.c' has - - u16 mode=0x0320; - - instead of the default - - u16 mode=0x0820; - - This will create packets for the second audio track that are small enough - to multiplex smoothly with the video data. + files. In order for this to work properly you need to use a driver version + dated 2001-06-16 or later, where the default PES filter buffer size has been + reduced. This will create packets for the second audio track that are small + enough to multiplex smoothly with the video data. - Fixed a bug in the editing mechanism (didn't work with recordings that consist of more than one data file). - The compile time switch VFAT has been fixed to recognize the ':' character |