diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-11-15 05:06:43 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-11-15 05:06:43 +0000 |
| commit | 06fb2bcb4ddf528cbe65d58be41cf8ecf8697e76 (patch) | |
| tree | c831c09d0bd44b046e0e819486d509b759109ec3 /lib/service/iservice.h | |
| parent | 0bb92df139892968d715539387d19de4d175c8b4 (diff) | |
| download | enigma2-06fb2bcb4ddf528cbe65d58be41cf8ecf8697e76.tar.gz enigma2-06fb2bcb4ddf528cbe65d58be41cf8ecf8697e76.zip | |
fix pts relative seeking, make pts_t signed
Diffstat (limited to 'lib/service/iservice.h')
| -rw-r--r-- | lib/service/iservice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/iservice.h b/lib/service/iservice.h index 376ed027..98b9ba0b 100644 --- a/lib/service/iservice.h +++ b/lib/service/iservice.h @@ -146,7 +146,7 @@ public: SWIG_ALLOW_OUTPUT_SIMPLE(eServiceReference); -typedef unsigned long long pts_t; +typedef long long pts_t; /* the reason we have the servicereference as additional argument is that we don't have to create one object for every entry in a possibly |
