diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-05-22 11:03:57 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-05-22 11:03:57 +0200 |
commit | dc7f2d3624375c6ac8e2f255ce0b5dc1872a178a (patch) | |
tree | 2032209d8396e8862eb854fa7ed21065f95c1b18 /HISTORY | |
parent | 2d3702b8507361c3c9f17fe290fc1d6af0cef983 (diff) | |
download | vdr-dc7f2d3624375c6ac8e2f255ce0b5dc1872a178a.tar.gz vdr-dc7f2d3624375c6ac8e2f255ce0b5dc1872a178a.tar.bz2 |
Removed converting byte order on big endian systems from cDvbOsd::Flush()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3513,7 +3513,7 @@ Video Disk Recorder Revision History - Fixed a wrong inheritance in libsi's SubtitlingDescriptor::Subtitling (thanks to Marco Schlüßler). -2005-05-16: Version 1.3.25 +2005-05-22: Version 1.3.25 - Updated the Estonian OSD texts (thanks to Arthur Konovalov). - Some cable providers don't mark short channel names according to the standard, @@ -3546,3 +3546,5 @@ Video Disk Recorder Revision History such descriptions were available in the EPG data when the recording was made, and are stored in the info.vdr file). - Avoiding extra blanks at the end of names of instant recordings. +- Removed converting byte order on big endian systems from cDvbOsd::Flush(), + which, according to Johannes Stezenbach and Paavo Hartikainen, is wrong. |