diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-02-02 23:13:20 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-02-02 23:13:20 +0000 |
| commit | 9412183a3c484b906775b2e117b6ee33c66083f6 (patch) | |
| tree | b0faf06a551719a46b89441e4c74f175376d7573 /lib/dvb/idemux.h | |
| parent | b36d3153538679a8fcbebcf884e4eb1533c5cd13 (diff) | |
| download | enigma2-9412183a3c484b906775b2e117b6ee33c66083f6.tar.gz enigma2-9412183a3c484b906775b2e117b6ee33c66083f6.zip | |
record timing information from a single PID
Diffstat (limited to 'lib/dvb/idemux.h')
| -rw-r--r-- | lib/dvb/idemux.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/dvb/idemux.h b/lib/dvb/idemux.h index e48c5d9a..6cf7b024 100644 --- a/lib/dvb/idemux.h +++ b/lib/dvb/idemux.h @@ -62,8 +62,7 @@ public: virtual RESULT addPID(int pid) = 0; virtual RESULT removePID(int pid) = 0; - /* include timestamps? ... */ - virtual RESULT setFormat(int pid) = 0; + virtual RESULT setTimingPID(int pid) = 0; virtual RESULT setTargetFD(int fd) = 0; virtual RESULT setBoundary(off_t max) = 0; |
