diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-11-27 08:57:45 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-11-27 08:57:45 +0100 |
commit | 2eadd7d4ddc419aafcbdbe397081acff23a541db (patch) | |
tree | b7c53a35b144575122b3419100f7559127a8c63b /HISTORY | |
parent | 4db9a3b636d9f2615345fff8e7edf384fce4ac4a (diff) | |
download | vdr-2eadd7d4ddc419aafcbdbe397081acff23a541db.tar.gz vdr-2eadd7d4ddc419aafcbdbe397081acff23a541db.tar.bz2 |
The cutter now only increments the TS continuity counter for packets that have a payload
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7339,7 +7339,7 @@ Video Disk Recorder Revision History - Modified editing marks are now written to disk whenever the replay progress display gets hidden (thanks to Christoph Haubrich). -2012-11-26: Version 1.7.33 +2012-11-27: Version 1.7.33 - In order to be able to play TS recordings from other sources, in which there is more than one PMT PID in the PAT, 'int cPatPmtParser::PatPmt(void)' has been changed @@ -7351,3 +7351,5 @@ Video Disk Recorder Revision History - Changed all occurrences of MPEG4 to H264 (pointed out by Sören Moch). - Fixed getting the number of editing sequences in case the last sequence has no actual end mark. +- The cutter now only increments the TS continuity counter for packets that have a + payload (pointed out by Sören Moch). |