diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-06-12 14:16:12 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-06-12 14:16:12 +0200 |
commit | 7bbeca3b5b7c74e66b9f1401388d6a0a50cf9b30 (patch) | |
tree | 5eaa35022867a0363f6d164ce82b9575bad88744 | |
parent | d6f1f8d8bb077063e03191b9262b8576c5f9194c (diff) | |
download | vdr-7bbeca3b5b7c74e66b9f1401388d6a0a50cf9b30.tar.gz vdr-7bbeca3b5b7c74e66b9f1401388d6a0a50cf9b30.tar.bz2 |
Added a note about MPEG1 not yet workign with cVideoRepacker1.3.26
-rw-r--r-- | HISTORY | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3587,6 +3587,12 @@ Video Disk Recorder Revision History - Improved resetting CAM connections (thanks to Marco Schlüßler). - Implemented cVideoRepacker in remux.c to make sure every PES packet contains only data from one frame (thanks to Reinhard Nissl). + NOTE: currently this doesn't work with MPEG1, so if you use MPEG1 you may want + to change line 1158 in remux.c to + + ts2pes[numTracks++] = new cTS2PES(VPid, resultBuffer, IPACKS); + + as it was before. - EPG events without a title now display "No title" instead of "(null)" (thanks to Rolf Ahrenberg). - A device can now detach all receivers for a given PID, as is necessary, e.g., |