diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-11-29 15:34:55 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-11-29 15:34:55 +0100 |
commit | b73c83e2a1b2cb3e70a0b5be035ef087c9bdd045 (patch) | |
tree | 2f2175b1aefd81e9dea3df66f32de22d8f6b94d0 /HISTORY | |
parent | 2eadd7d4ddc419aafcbdbe397081acff23a541db (diff) | |
download | vdr-b73c83e2a1b2cb3e70a0b5be035ef087c9bdd045.tar.gz vdr-b73c83e2a1b2cb3e70a0b5be035ef087c9bdd045.tar.bz2 |
Fixed adjusting the DTS values in the cutter, to compensate for dropped B-frames
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-27: Version 1.7.33 +2012-11-29: 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 @@ -7353,3 +7353,5 @@ Video Disk Recorder Revision History end mark. - The cutter now only increments the TS continuity counter for packets that have a payload (pointed out by Sören Moch). +- Fixed adjusting the DTS values in the cutter, to compensate for dropped B-frames + (pointed out by Sören Moch). |