Get rid of nonsensical limits on -geometry x, y,w and h values, they only
[mplayer/glamo.git] / stream / stream_dvd_common.h
blob906ae02ba66a5e92ade9a5b31ed580403b082027
1 #ifndef MPLAYER_STREAM_DVD_COMMON_H
2 #define MPLAYER_STREAM_DVD_COMMON_H
4 #include "config.h"
5 #include <inttypes.h>
6 #include <dvdread/ifo_types.h>
8 int mp_dvdtimetomsec(dvd_time_t *dt);
10 #endif /* MPLAYER_STREAM_DVD_COMMON_H */