changeset 268:ff7fb0eb0828 libavformat

the correct data type is offset_t
author tmmm
date Thu, 02 Oct 2003 03:53:52 +0000
parents a96788f40561
children 021c58ac2f2c
files segafilm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/segafilm.c	Wed Oct 01 23:34:46 2003 +0000
+++ b/segafilm.c	Thu Oct 02 03:53:52 2003 +0000
@@ -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;