fix non-existing cast for FEC_9_10
[enigma2.git] / lib / dvb / pmt.h
index 6a5b00db195ef10a24da0df76cd2906f31c3d3be..b6a3743fa88d68fe6987e121331f33115d108d4d 100644 (file)
@@ -99,12 +99,14 @@ public:
        {
                int pid;
                int component_tag;
+               enum { vtMPEG2, vtMPEG4_H264 };
+               int type;
        };
        
        struct audioStream
        {
                int pid;
-               enum { atMPEG, atAC3, atDTS };
+               enum { atMPEG, atAC3, atDTS, atAAC };
                int type; // mpeg2, ac3, dts, ...
                
                int component_tag;