Merge branch 'obi/master' into experimental
authorAndreas Oberritter <obi@opendreambox.org>
Mon, 20 Dec 2010 12:21:27 +0000 (13:21 +0100)
committerAndreas Oberritter <obi@opendreambox.org>
Mon, 20 Dec 2010 12:21:27 +0000 (13:21 +0100)
1  2 
lib/dvb/pmt.h

diff --combined lib/dvb/pmt.h
@@@ -144,7 -144,7 +144,7 @@@ public
        {
                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 };
 +              enum { atMPEG, atAC3, atDTS, atAAC, atAACHE, atLPCM, atDTSHD };
                int type; // mpeg2, ac3, dts, ...
                
                int component_tag;
                {
                        uint16_t caid;
                        int capid;
-                       bool operator< (const struct capid_pair &t) { return t.caid < caid; }
+                       bool operator< (const struct capid_pair &t) const { return t.caid < caid; }
                };
                std::vector<videoStream> videoStreams;
                std::vector<audioStream> audioStreams;