diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 10:51:16 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 10:51:16 +0100 |
commit | b4047ea57428a788456ecb02bc3fc6c5d83bf232 (patch) | |
tree | f346c1181b786177c9e67469ad0cf759dfd42ddf /ttxtsubsfilter.h | |
parent | e98281852544a159522de0e561ac64c23c447468 (diff) | |
download | vdr-plugin-ttxtsubs-0.0.3c.tar.gz vdr-plugin-ttxtsubs-0.0.3c.tar.bz2 |
- Fixed problems when used with more than one device (I hope)v0.0.3c
Diffstat (limited to 'ttxtsubsfilter.h')
-rw-r--r-- | ttxtsubsfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ttxtsubsfilter.h b/ttxtsubsfilter.h index 3e09b20..ed1d0e8 100644 --- a/ttxtsubsfilter.h +++ b/ttxtsubsfilter.h @@ -8,7 +8,7 @@ class cTtxtSubsFilter cTtxtSubsFilter(void); virtual ~cTtxtSubsFilter(void); - void SetPages(int count, uint16_t *pages); + void SetPages(size_t count, uint16_t *pages); // indata and outdata are pointers to a ttxt data row buffers, // if return value <> 0 outdata countains data to pass on |