X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Fpmt.h;h=a9ca23f246308b44d750fcaee304b7fa99d5dc2b;hp=e27135e3c9968bd73cf1cb048485d1684bf034e6;hb=4a7a8362a83b1a6c2bd0abf13cd7b19359e9768a;hpb=51e789a04f758941668b095fd8b051db2ce58281 diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index e27135e..a9ca23f 100644 --- a/lib/dvb/pmt.h +++ b/lib/dvb/pmt.h @@ -141,7 +141,8 @@ public: struct audioStream { - int pid; + int pid, + rdsPid; // hack for some radio services which transmit radiotext on different pid (i.e. harmony fm, HIT RADIO FFH, ...) enum { atMPEG, atAC3, atDTS, atAAC, atAACHE, atLPCM }; int type; // mpeg2, ac3, dts, ... @@ -188,7 +189,6 @@ public: int pmtPid; int textPid; bool isCrypted() { return !caids.empty(); } - PyObject *createPythonObject(); };