Commit 6b9ea14a authored by tmmm's avatar tmmm

the correct data type is offset_t


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2329 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a6ccc461
......@@ -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;
......
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