aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/decoder.h
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2007-04-17 15:47:54 +0000
committerFelix Domke <tmbinc@elitedvb.net>2007-04-17 15:47:54 +0000
commit1917887e66e15f79b06830993365f8659623d1aa (patch)
tree2ecc1fc67ec70176ebf8a7abf3fea6ad693f4825 /lib/dvb/decoder.h
parent225c99450eab2aba7aa0e8ea3d2ff73da2910d46 (diff)
downloadenigma2-1917887e66e15f79b06830993365f8659623d1aa.tar.gz
enigma2-1917887e66e15f79b06830993365f8659623d1aa.zip
add preroll, to start in frozen mode after play
Diffstat (limited to 'lib/dvb/decoder.h')
-rw-r--r--lib/dvb/decoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/decoder.h b/lib/dvb/decoder.h
index c864c095..001139e5 100644
--- a/lib/dvb/decoder.h
+++ b/lib/dvb/decoder.h
@@ -132,6 +132,7 @@ public:
RESULT setTextPID(int textpid);
RESULT setSyncMaster(int who);
RESULT start();
+ RESULT preroll();
RESULT freeze(int cont);
RESULT unfreeze();
RESULT setSinglePictureMode(int when);