format, ac3 and crypted indicators now working
[enigma2.git] / lib / dvb / pmt.h
index 5f3d4777d4b3f23ee304174e98f8971f7fa33bfd..76fb442f96013ff02fdbbf0bbf0f665b9580caf4 100644 (file)
@@ -82,10 +82,11 @@ public:
        };
 
        Signal1<void,int> serviceEvent;
-       
+
        struct videoStream
        {
                int pid;
+               int component_tag;
        };
        
        struct audioStream
@@ -105,6 +106,7 @@ public:
                // ca info
                int pcrPid;
                int pmtPid;
+               bool isCrypted;
        };
        
        int getProgramInfo(struct program &program);