the correct data type is offset_t
authorMike Melanson <mike@multimedia.cx>
Thu, 2 Oct 2003 03:53:52 +0000 (03:53 +0000)
committerMike Melanson <mike@multimedia.cx>
Thu, 2 Oct 2003 03:53:52 +0000 (03:53 +0000)
Originally committed as revision 2329 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/segafilm.c

index 818c0d3..3d1b48b 100644 (file)
@@ -46,7 +46,7 @@
 
 typedef struct {
   int stream;
-  off_t sample_offset;
+  offset_t sample_offset;
   unsigned int sample_size;
   int64_t pts;
   int keyframe;