[MPlayer-dev-eng] demux_real.c handling large file > 2GB
Sanda
carter.wang at gmail.com
Sat Jul 3 17:15:24 CEST 2010
demux_real.c currently has a problem handling large files larger than 2GB.
Is there a plan to fix this? Thanks.
typedef struct {
unsigned int timestamp;
int offset; ->>> should be int64 offset
// int packetno;
// int len; /* only filled by our index generator */
// int flags; /* only filled by our index generator */
} real_index_table_t;
...
int str_data_offset[MAX_STREAMS]; ///< Data chunk offset for every audio/video stream ->> should also be int64 data offset
More information about the MPlayer-dev-eng
mailing list