fixes for /dev/misc/pvr opening problems in some conditions
[enigma2.git] / lib / dvb / pmt.h
index cabc6aceb6e88781699b0baddc91a5e7944ba8bb..e27135e3c9968bd73cf1cb048485d1684bf034e6 100644 (file)
@@ -142,7 +142,7 @@ public:
        struct audioStream
        {
                int pid;
-               enum { atMPEG, atAC3, atDTS, atAAC, atAACHE };
+               enum { atMPEG, atAC3, atDTS, atAAC, atAACHE, atLPCM };
                int type; // mpeg2, ac3, dts, ...
                
                int component_tag;