repo.or.cz
/
mplayer
/
glamo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mphq now runs Subversion 1.5.
[mplayer/glamo.git]
/
stream
/
stream_dvd_common.h
blob
906ae02ba66a5e92ade9a5b31ed580403b082027
1
#ifndef MPLAYER_STREAM_DVD_COMMON_H
2
#define MPLAYER_STREAM_DVD_COMMON_H
3
4
#include
"config.h"
5
#include <inttypes.h>
6
#include <dvdread/ifo_types.h>
7
8
int
mp_dvdtimetomsec
(
dvd_time_t
*
dt
);
9
10
#endif
/* MPLAYER_STREAM_DVD_COMMON_H */