summaryrefslogtreecommitdiffstats
path: root/demux/aviheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/aviheader.h')
-rw-r--r--demux/aviheader.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/demux/aviheader.h b/demux/aviheader.h
index f1ec64a577..0d721908d3 100644
--- a/demux/aviheader.h
+++ b/demux/aviheader.h
@@ -348,14 +348,14 @@ typedef struct {
// index stuff:
void* idx;
int idx_size;
- off_t idx_pos;
- off_t idx_pos_a;
- off_t idx_pos_v;
- off_t idx_offset; // ennyit kell hozzaadni az index offset ertekekhez
+ int64_t idx_pos;
+ int64_t idx_pos_a;
+ int64_t idx_pos_v;
+ int64_t idx_offset; // ennyit kell hozzaadni az index offset ertekekhez
// bps-based PTS stuff:
int video_pack_no;
int audio_block_size;
- off_t audio_block_no;
+ int64_t audio_block_no;
// interleaved PTS stuff:
int skip_video_frames;
int audio_streams;