auto tuner selection is now working (this breaks allocateRawChannel..)
[vuplus_dvbapp] / lib / dvb / frontend.h
index da9c703..d3e257f 100644 (file)
@@ -91,6 +91,8 @@ public:
        RESULT getData(int num, int &data);
        RESULT setData(int num, int val);
        
+       int isCompatibleWith(ePtr<iDVBFrontendParameters> &feparm);
+       
        int getID() { return m_fe; }
 };