[MPlayer-cvslog] r24513 - trunk/stream/stream_dvdnav.h
nicodvb
subversion at mplayerhq.hu
Sat Sep 15 11:57:00 CEST 2007
Author: nicodvb
Date: Sat Sep 15 11:57:00 2007
New Revision: 24513
Log:
removed unused members from dvdnav_priv_t
Modified:
trunk/stream/stream_dvdnav.h
Modified: trunk/stream/stream_dvdnav.h
==============================================================================
--- trunk/stream/stream_dvdnav.h (original)
+++ trunk/stream/stream_dvdnav.h Sat Sep 15 11:57:00 2007
@@ -17,10 +17,6 @@ typedef struct {
typedef struct {
dvdnav_t * dvdnav; /* handle to libdvdnav stuff */
char * filename; /* path */
- int ignore_timers; /* should timers be skipped? */
- int sleeping; /* are we sleeping? */
- unsigned int sleep_until; /* timer */
- int started; /* Has mplayer initialization finished? */
unsigned int duration; /* in milliseconds */
int mousex, mousey;
int title;
More information about the MPlayer-cvslog
mailing list