diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 10:47:51 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 10:47:51 +0100 |
commit | e98281852544a159522de0e561ac64c23c447468 (patch) | |
tree | 1fedc0c55429cbdc639f768b34e72a02e6dc9a9d /siinfo.h | |
parent | 24caa0c99ed1482655d1832d5e23ec69a6d10962 (diff) | |
download | vdr-plugin-ttxtsubs-0.0.3b.tar.gz vdr-plugin-ttxtsubs-0.0.3b.tar.bz2 |
- Work around for problem with stray segments at channel (frequency)v0.0.3b
change with driver in hw_sections=0 mode
- Removed some g++ 3.3 warnings
- Skipping non dvb devices when calculating /dev/dvb/adapter no
Diffstat (limited to 'siinfo.h')
-rw-r--r-- | siinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ struct ttxtinfo { * and if that fails with the VPID * return <> 0 on error; */ -int GetTtxtInfo(int card_no, uint16_t sid, uint16_t vpid, struct ttxtinfo *info); +int GetTtxtInfo(int device_no, uint16_t sid, uint16_t vpid, struct ttxtinfo *info); void FreeTtxtInfoData(struct ttxtinfo *info); |