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 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