diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-13 12:37:15 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-13 12:37:15 +0100 |
| commit | 94b346a792a343858948de8c6db1301592af5986 (patch) | |
| tree | 73aa46e5745d51ea7dace7d54e3065065db8d638 /lib/dvb/pmt.h | |
| parent | 807d980857651dacdba0abfc9a5e87fb473303cc (diff) | |
| download | enigma2-94b346a792a343858948de8c6db1301592af5986.tar.gz enigma2-94b346a792a343858948de8c6db1301592af5986.zip | |
add preStart event and use it to load the cutlist
Diffstat (limited to 'lib/dvb/pmt.h')
| -rw-r--r-- | lib/dvb/pmt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index a9ca23f2..483c06b1 100644 --- a/lib/dvb/pmt.h +++ b/lib/dvb/pmt.h @@ -123,6 +123,7 @@ public: eventNewProgramInfo, // we just received a PMT eventTuned, // a channel was sucessfully (re-)tuned in, you may start additional filters now + eventPreStart, // before start filepush thread eventSOF, // seek pre start eventEOF, // a file playback did end |
