summaryrefslogtreecommitdiff
path: root/streamdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'streamdevice.h')
-rw-r--r--streamdevice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/streamdevice.h b/streamdevice.h
index 412aafb..eca56ba 100644
--- a/streamdevice.h
+++ b/streamdevice.h
@@ -21,6 +21,8 @@ class cStreamDevice: public cDevice {
private:
cPESRemux *m_Remux;
bool m_Playing;
+ bool m_Forward;
+ int m_Speed;
ePlayState m_PlayState;
ePlayMode m_PlayMode;