Commit 68a43d04 authored by Mike Melanson's avatar Mike Melanson

the correct data type is offset_t

Originally committed as revision 2329 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ca7d05d5
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
typedef struct { typedef struct {
int stream; int stream;
off_t sample_offset; offset_t sample_offset;
unsigned int sample_size; unsigned int sample_size;
int64_t pts; int64_t pts;
int keyframe; int keyframe;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment