diff libmpdemux/aviheader.h @ 6056:f980563afdbc

big (>2GB) AVI files support - patch by Wolfram Gloger <wg@malloc.de>
author arpi
date Sun, 12 May 2002 01:51:09 +0000
parents 8f0861360325
children 2b39ff3860b7
line wrap: on
line diff
--- a/libmpdemux/aviheader.h	Sun May 12 01:41:24 2002 +0000
+++ b/libmpdemux/aviheader.h	Sun May 12 01:51:09 2002 +0000
@@ -89,10 +89,10 @@
   // index stuff:
   void* idx;
   int idx_size;
-  int idx_pos;
-  int idx_pos_a;
-  int idx_pos_v;
-  int idx_offset;  // ennyit kell hozzaadni az index offset ertekekhez
+  off_t idx_pos;
+  off_t idx_pos_a;
+  off_t idx_pos_v;
+  off_t idx_offset;  // ennyit kell hozzaadni az index offset ertekekhez
   // interleaved PTS stuff:
   int skip_video_frames;
   int audio_streams;