Mercurial > mplayer.hg
annotate stream/stream_dvd_common.h @ 26078:24a9193a0188
Use _res_comment in joystick check.
author | diego |
---|---|
date | Thu, 28 Feb 2008 18:19:10 +0000 |
parents | 4129c8cfa742 |
children | 7ee4ae1648e6 |
rev | line source |
---|---|
26029 | 1 #ifndef MPLAYER_STREAM_DVD_COMMON_H |
2 #define MPLAYER_STREAM_DVD_COMMON_H | |
25553
6ac1ece1f9fe
Add multiple inclusion guards to all header files that lack them.
diego
parents:
23993
diff
changeset
|
3 |
23993 | 4 int mp_dvdtimetomsec(dvd_time_t *dt); |
25553
6ac1ece1f9fe
Add multiple inclusion guards to all header files that lack them.
diego
parents:
23993
diff
changeset
|
5 |
26029 | 6 #endif /* MPLAYER_STREAM_DVD_COMMON_H */ |