diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-11-26 09:39:59 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-11-26 09:39:59 +0100 |
commit | 4db9a3b636d9f2615345fff8e7edf384fce4ac4a (patch) | |
tree | c9f49baadae2ffa7554af52a5ec322d530f45b4a /HISTORY | |
parent | 75aee155ea67e6383df712d041f98190ced0ca65 (diff) | |
download | vdr-4db9a3b636d9f2615345fff8e7edf384fce4ac4a.tar.gz vdr-4db9a3b636d9f2615345fff8e7edf384fce4ac4a.tar.bz2 |
Fixed getting the number of editing sequences in case the last sequence has no actual end mark
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-25: Version 1.7.33 +2012-11-26: 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 @@ -7349,3 +7349,5 @@ Video Disk Recorder Revision History - Fixed getting only non-video packets in cCuttingThread::GetPendingPackets() (reported by Sören Moch). - 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. |