comparison Gui/mplayer/play.h @ 3618:772729dd7b40

better dvd support
author pontscho
date Wed, 19 Dec 2001 16:55:32 +0000
parents fe1283137353
children d9d2ee82a243
comparison
equal deleted inserted replaced
3617:d435bda20a3e 3618:772729dd7b40
56 mplResizeStruct resize; 56 mplResizeStruct resize;
57 mplVideoStruct videodata; 57 mplVideoStruct videodata;
58 mplUnknowErrorStruct error; 58 mplUnknowErrorStruct error;
59 #ifdef USE_DVDREAD 59 #ifdef USE_DVDREAD
60 mplDVDStruct DVD; 60 mplDVDStruct DVD;
61 int DVDChanged;
61 #endif 62 #endif
62 63
63 int Playing; 64 int Playing;
64 float Position; 65 float Position;
65 66