diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-12-13 12:22:36 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-12-13 12:22:36 +0100 |
commit | 3c7d1a16aca49c647320c0ee67759007fa06a845 (patch) | |
tree | e1e42d585ace0a9e94fdce643ae9bf265bc810c6 /HISTORY | |
parent | 3abe4f2b91df3748acafce4bb90e7f296745f270 (diff) | |
download | vdr-3c7d1a16aca49c647320c0ee67759007fa06a845.tar.gz vdr-3c7d1a16aca49c647320c0ee67759007fa06a845.tar.bz2 |
Switched to the new S2API driver API; cDvbTuner::IsTunedTo()now also checks the symbol rate in case of DVB-S and DVB-C
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -5832,6 +5832,11 @@ Video Disk Recorder Revision History - Removed unneeded include files <linux/dvb/dmx.h> und <time.h> from remux.h (reported by Tobias Grimm). -2008-09-14: Version 1.7.2 +2008-12-13: Version 1.7.2 - Added a note about 'Id' being obsolete to the description of cDevice::PlayAudio(). +- Switched to the new S2API driver API, which was decided to become the official + DVB API in the kernel (based on patches from Igor M. Liplianin, Niels Wagenaar + and Edgar Hucek). +- The cDvbTuner::IsTunedTo() function now also checks the symbol rate in case of + DVB-S and DVB-C. |