summaryrefslogtreecommitdiff
path: root/streamdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'streamdevice.h')
-rw-r--r--streamdevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/streamdevice.h b/streamdevice.h
index 6cd3fa5..8f8603b 100644
--- a/streamdevice.h
+++ b/streamdevice.h
@@ -18,6 +18,7 @@
class cStreamDevice: public cDevice {
private:
cPESRemux *m_Remux;
+ bool m_Playing;
protected:
public:
cStreamDevice(void);