Fixed adjusting the DTS values in the cutter, to compensate for dropped B-frames

This commit is contained in:
Klaus Schmidinger
2012-11-29 15:34:55 +01:00
parent 2eadd7d4dd
commit b73c83e2a1
3 changed files with 46 additions and 13 deletions

View File

@@ -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).