summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvd_common.h
blob: 8eb1aa8d603856384081898ea31bd717febe5c56 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef MPLAYER_STREAM_DVD_COMMON_H
#define MPLAYER_STREAM_DVD_COMMON_H

#include "config.h"
#include <inttypes.h>
#include <dvdread/ifo_types.h>

extern char *dvd_device;
int mp_dvdtimetomsec(dvd_time_t *dt);

#endif /* MPLAYER_STREAM_DVD_COMMON_H */