X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/624cd1811f54808d23a50840bb35494e4e5ca3b6..e7e5b70162a6e74d7ee293495635c79660e0f7a8:/lib/dvb/pmt.h diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index cabc6ace..e27135e3 100644 --- a/lib/dvb/pmt.h +++ b/lib/dvb/pmt.h @@ -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;