Mercurial > mplayer.hg
view stream/stream_dvd_common.h @ 27904:f6d60ccb095f
Use 64 bit numbers for file positions in the seek function in audio demuxer.
Hopefully fixes seeking in wav files in-between 2 and 4 GB.
author | reimar |
---|---|
date | Sun, 16 Nov 2008 10:20:58 +0000 |
parents | ea01824701a5 |
children | 83266d299072 |
line wrap: on
line source
#ifndef MPLAYER_STREAM_DVD_COMMON_H #define MPLAYER_STREAM_DVD_COMMON_H #include "config.h" #include <inttypes.h> #ifdef CONFIG_DVDREAD_INTERNAL #include "libdvdread/ifo_types.h" #else #include <dvdread/ifo_types.h> #endif int mp_dvdtimetomsec(dvd_time_t *dt); #endif /* MPLAYER_STREAM_DVD_COMMON_H */