ASSERT m_pvr_thread to be alive
[enigma2.git] / lib / dvb / pmt.h
index 086619d370eade0819ec8d77a0836173b2714b37..d1e28703ef26654b85f87a3065efa792c093509e 100644 (file)
@@ -157,12 +157,15 @@ public:
        {
                std::vector<videoStream> videoStreams;
                std::vector<audioStream> audioStreams;
+               int defaultAudioStream;
                std::vector<subtitleStream> subtitleStreams;
                std::set<uint16_t> caids;
                int pcrPid;
                int pmtPid;
                int textPid;
                bool isCrypted() { return !caids.empty(); }
+               
+               PyObject *createPythonObject();
        };
 
        int getProgramInfo(struct program &program);