diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-11-17 13:59:08 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-11-17 13:59:08 +0100 |
commit | e47d73715b48e182cefbc4f4a728f70873840703 (patch) | |
tree | 8abc7a2dbc76f295297a87cd8af5fb75f1e667bc /HISTORY | |
parent | b88420b23b8d975dad8ddce3b9d6f50ad8996cff (diff) | |
download | vdr-e47d73715b48e182cefbc4f4a728f70873840703.tar.gz vdr-e47d73715b48e182cefbc4f4a728f70873840703.tar.bz2 |
Fixed handling small PES packets that caused subtitles to be displayed late in live mode
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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). |