mirror of
https://github.com/mpv-player/mpv
synced 2024-12-16 20:05:07 +00:00
8efb2fa21c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26061 b3059339-0415-0410-9bf9-f77b7e298cf2
7 lines
153 B
C
7 lines
153 B
C
#ifndef MPLAYER_STREAM_DVD_COMMON_H
|
|
#define MPLAYER_STREAM_DVD_COMMON_H
|
|
|
|
int mp_dvdtimetomsec(dvd_time_t *dt);
|
|
|
|
#endif /* MPLAYER_STREAM_DVD_COMMON_H */
|