fix 4G support
authorFelix Domke <tmbinc@elitedvb.net>
Mon, 3 Apr 2006 20:54:50 +0000 (20:54 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Mon, 3 Apr 2006 20:54:50 +0000 (20:54 +0000)
lib/dvb/tstools.h

index 6f4876656c389f9024d7c0c9a5ad4026aed6175a..71e00df968242573c5aa48efe44a03a64c1cadb4 100644 (file)
@@ -70,7 +70,8 @@ private:
        
        eMPEGStreamInformation m_streaminfo;
        int m_use_streaminfo;
        
        eMPEGStreamInformation m_streaminfo;
        int m_use_streaminfo;
-       int m_last_filelength, m_futile;
+       off_t m_last_filelength;
+       int m_futile;
 };
 
 #endif
 };
 
 #endif