diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-06-19 10:19:13 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-06-19 10:19:13 +0200 |
commit | f996f100999c72adc98822a9fe89fa9cbb13d698 (patch) | |
tree | 6f8ec7ada27284eaa2196b501605fb66be8c72ec /HISTORY | |
parent | be1b6b5e88f4b4468793b992daeb903d7070217a (diff) | |
download | vdr-f996f100999c72adc98822a9fe89fa9cbb13d698.tar.gz vdr-f996f100999c72adc98822a9fe89fa9cbb13d698.tar.bz2 |
Disabled cVideoRepacker in remux.c
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -3613,7 +3613,7 @@ Video Disk Recorder Revision History - Modified cEITScanner::Process() so that it works on systems with only budget cards or a mix of DVB-S, DVB-C or DVB-T cards. -2005-06-18: Version 1.3.27 +2005-06-19: Version 1.3.27 - Fixed handling 'page down', which was broken in version 1.3.26 (thanks to Udo Richter). @@ -3624,3 +3624,9 @@ Video Disk Recorder Revision History now runs fine with NPTL. - Fixed handling VPS timers, so that they only record if the event they are assigned to actually has the given VPS time. +- Disabled cVideoRepacker in remux.c, because it has caused several problems + during recording. If you want to test (and maybe debug) it, activate the line + + //#define TEST_cVideoRepacker + + in remux.c. |