dont show display contrast setting in display setup when a oled is detected
[enigma2.git] / lib / dvb / pvrparse.h
index 7b5863314f1e80d464e39caa3e4c7ed82e837c5c..9a0c3eb0f27ad6a6f38dfe4b9f5dca045ae46f49 100644 (file)
@@ -40,6 +40,8 @@ public:
        
        off_t getAccessPoint(pts_t ts);
        
+       int getNextAccessPoint(pts_t &ts, const pts_t &start, int direction);
+       
        bool empty();
 };