diff options
author | Richard van Paasen <rvpaasen@t3i.nl> | 2008-01-04 00:00:08 +0100 |
---|---|---|
committer | Richard van Paasen <rvpaasen@t3i.nl> | 2008-01-04 00:00:08 +0100 |
commit | 9276e56845b6c048cdf1e98574fa8fc80ffe8488 (patch) | |
tree | 269216f75e7f2cfcd972f2868d66f2cfac65f9de /ChangeLog | |
parent | 46c59ae8695a4b6f62af89afef68895e70985d77 (diff) | |
download | xine-lib-9276e56845b6c048cdf1e98574fa8fc80ffe8488.tar.gz xine-lib-9276e56845b6c048cdf1e98574fa8fc80ffe8488.tar.bz2 |
Fixed an issue in input_pvr with setting the frequency of the tuner for ivtv versions 0.10.6+
Note: the old code divided the frequency by 62.5. But, the ivtv driver
expects a different format. I changed the implementation in input_pvr such
that the frequency can be given as provided by cable companies, multiplied by
1000: e.g. 503250 for 503.250 MHz.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ xine-lib (1.1.9) (unreleased) is present but is *not* pointing at libxine.so.1. * Update French translation, thanks to Christophe Giraud. [Bug #15] * Detect corrupted or broken seek tables in CBR MP3 files. [Bug #3] + * Fixed an issue in input_pvr with setting the frequency of the tuner for + ivtv versions 0.10.6+ xine-lib (1.1.8) * Send a channel-changed event to the frontend when receiving the SYNC |