fix 4G support
[enigma2.git] / lib / dvb / tstools.h
index 6f4876656c389f9024d7c0c9a5ad4026aed6175a..71e00df968242573c5aa48efe44a03a64c1cadb4 100644 (file)
@@ -70,7 +70,8 @@ private:
        
        eMPEGStreamInformation m_streaminfo;
        int m_use_streaminfo;
-       int m_last_filelength, m_futile;
+       off_t m_last_filelength;
+       int m_futile;
 };
 
 #endif