diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-12-25 13:36:51 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-12-25 13:36:51 +0100 |
commit | 4e22b621927c7c17e2cb5d77ee1bf52335f4ba5b (patch) | |
tree | 654aafd4f9506091a9857383958df386f0bb61c5 /HISTORY | |
parent | 21c8829783f7f4d6b7bc13bc405196182910c3e6 (diff) | |
download | vdr-4e22b621927c7c17e2cb5d77ee1bf52335f4ba5b.tar.gz vdr-4e22b621927c7c17e2cb5d77ee1bf52335f4ba5b.tar.bz2 |
cDevice::TrickSpeed() now has an additional parameter named Forward
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8078,3 +8078,9 @@ Video Disk Recorder Revision History - Added handling UTF-8 'umlaut' characters to cKbdRemote (thanks to Lars Hanisch). - Made it clear that the Data parameter in cDevice::StillPicture() may point to a series of packets, not just a single one (thanks to Thomas Reufer). +- cDevice::TrickSpeed() now has an additional parameter named Forward, which indicates + the direction in which replay is being done (suggested by Thomas Reufer). This + information may be necessary for some output devices in order to properly implement + trick modes. Authors of plugins that implement output devices will need to add this + parameter to their derived cDevice class, regardless of whether they will make use + of it or not. |