don't use internals of other classes
[enigma2.git] / lib / dvb / decoder.h
index a26d6cf5d5defa350693034c3abea54737ee8e6b..dd39696736c9a8df83c70d7087679412c0a61146 100644 (file)
@@ -19,6 +19,8 @@ public:
        void stopPid();
 #endif
        void flush();
+       void freeze();
+       void unfreeze();
        virtual ~eDVBAudio();
 };
 
@@ -37,6 +39,8 @@ public:
        void stopPid();
 #endif
        void flush();
+       void freeze();
+       void unfreeze();
        virtual ~eDVBVideo();
 };