the correct data type is offset_t

Originally committed as revision 2329 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Mike Melanson 22 years ago
parent ca7d05d56f
commit 68a43d044a
  1. 2
      libavformat/segafilm.c

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

Loading…
Cancel
Save