[MPlayer-cvslog] r21215 - in trunk/stream: stream_dvdnav.c stream_dvdnav.h
nicodvb
subversion at mplayerhq.hu
Sat Nov 25 13:37:47 CET 2006
Author: nicodvb
Date: Sat Nov 25 13:37:47 2006
New Revision: 21215
Modified:
trunk/stream/stream_dvdnav.c
trunk/stream/stream_dvdnav.h
Log:
removed unused members and variables
Modified: trunk/stream/stream_dvdnav.c
==============================================================================
--- trunk/stream/stream_dvdnav.c (original)
+++ trunk/stream/stream_dvdnav.c Sat Nov 25 13:37:47 2006
@@ -45,14 +45,6 @@
stream_opts_fields
};
-int dvd_nav_skip_opening=0; /* skip opening stalls? */
-int osd_show_dvd_nav_delay=0; /* count down for dvd nav text on OSD */
-char dvd_nav_text[50]; /* for reporting stuff to OSD */
-int osd_show_dvd_nav_highlight; /* show highlight area */
-int osd_show_dvd_nav_sx; /* start x .... */
-int osd_show_dvd_nav_ex;
-int osd_show_dvd_nav_sy;
-int osd_show_dvd_nav_ey;
int dvd_nav_still=0; /* are we on a still picture? */
dvdnav_highlight_event_t dvd_nav_hl;
int dvd_nav_hl_on = 0;
Modified: trunk/stream/stream_dvdnav.h
==============================================================================
--- trunk/stream/stream_dvdnav.h (original)
+++ trunk/stream/stream_dvdnav.h Sat Nov 25 13:37:47 2006
@@ -16,22 +16,11 @@
int sleeping; /* are we sleeping? */
unsigned int sleep_until; /* timer */
int started; /* Has mplayer initialization finished? */
- unsigned char prebuf[STREAM_BUFFER_SIZE]; /* prefill buffer */
- int prelen; /* length of prefill buffer */
unsigned int duration; /* in milliseconds */
int mousex, mousey;
int title;
} dvdnav_priv_t;
-extern int dvd_nav_still;
-extern int dvd_nav_skip_opening;
-extern char dvd_nav_text[50];
-extern int osd_show_dvd_nav_delay;
-extern int osd_show_dvd_nav_highlight;
-extern int osd_show_dvd_nav_sx;
-extern int osd_show_dvd_nav_ex;
-extern int osd_show_dvd_nav_sy;
-extern int osd_show_dvd_nav_ey;
int dvdnav_number_of_subs(stream_t *stream);
int dvdnav_sid_from_lang(stream_t *stream, unsigned char *language);
More information about the MPlayer-cvslog
mailing list