mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
the correct data type is offset_t
Originally committed as revision 2329 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ca7d05d56f
commit
68a43d044a
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user