mirror of
https://github.com/mpv-player/mpv
synced 2024-12-27 17:42:17 +00:00
8f164e07a0
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29887 b3059339-0415-0410-9bf9-f77b7e298cf2
12 lines
252 B
C
12 lines
252 B
C
#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 */
|