blob: 9838f612fc8e686025e2db505fb28ea847abad1e (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef MPLAYER_STREAM_DVD_COMMON_H
#define MPLAYER_STREAM_DVD_COMMON_H
#include <inttypes.h>
#include <dvdread/ifo_types.h>
int mp_dvdtimetomsec(dvd_time_t *dt);
#endif /* MPLAYER_STREAM_DVD_COMMON_H */
|