diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-04-15 10:52:34 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-04-15 10:52:34 +0200 |
commit | f822cdf2613096a2b545daed6cab1ed3a5c8ef5b (patch) | |
tree | 1f9305095e919a624f94bfd55d9197d0da6f4b1e /HISTORY | |
parent | c650904794774733d505bb919170c8cbd5750395 (diff) | |
download | vdr-f822cdf2613096a2b545daed6cab1ed3a5c8ef5b.tar.gz vdr-f822cdf2613096a2b545daed6cab1ed3a5c8ef5b.tar.bz2 |
The new setup option "DVB/Standard compliance" can be used to switch between different variations of the DVB standard
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -7052,7 +7052,7 @@ Video Disk Recorder Revision History - Fixed handling IDLEPRIORITY in cDvbDevice::ProvidesChannel() (thanks to Frank Schmirler). -2012-04-08: Version 1.7.28 +2012-04-15: Version 1.7.28 - Fixed cPixmapMemory::DrawEllipse() for quadrants -1 and -4. - Fixed getting the maximum short channel name length in case there are no short names @@ -7068,3 +7068,7 @@ Video Disk Recorder Revision History being used. This can be done either through a call to cSkinDisplayMenu::MenuCategory() or by reimplementing cSkinDisplayMenu::SetMenuCategory(). This information allows a skin to use special icons or decorations for the various types of menus in VDR. +- The new setup option "DVB/Standard compliance" can be used to switch between different + variations of the DVB standard (thanks to Rolf Ahrenberg). Currently there is "DVB" + (for the original DVB standard) and "ANSI/SCTE", which is used to properly handle + certain private stream types. |