fix 4G support
[vuplus_dvbapp] / lib / dvb / tstools.h
index 6f48766..71e00df 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