Fixed handling small PES packets that caused subtitles to be displayed late in live mode

This commit is contained in:
Klaus Schmidinger
2007-11-17 13:59:08 +01:00
parent b88420b23b
commit e47d73715b
5 changed files with 50 additions and 11 deletions

View File

@@ -5519,8 +5519,10 @@ Video Disk Recorder Revision History
- Fixed decoding filename characters in case there are not two hex digits after
the '#' (reported by Helmut Auer).
2007-11-10: Version 1.5.12
2007-11-17: Version 1.5.12
- Fixed assembling PS1 packets in cTS2PES::instant_repack() (thanks to Reinhard
Nissl).
- Updated the Russian OSD texts (thanks to Oleg Roitburd).
- Fixed handling small PES packets that caused subtitles to be displayed late
in live mode (based on a patch from Reinhard Nissl).