summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvdnav.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_dvdnav.h')
-rw-r--r--stream/stream_dvdnav.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/stream/stream_dvdnav.h b/stream/stream_dvdnav.h
index de4b5eb765..18e4784181 100644
--- a/stream/stream_dvdnav.h
+++ b/stream/stream_dvdnav.h
@@ -14,17 +14,6 @@ typedef struct {
uint16_t ex, ey;
} nav_highlight_t;
-typedef struct {
- dvdnav_t * dvdnav; /* handle to libdvdnav stuff */
- char * filename; /* path */
- unsigned int duration; /* in milliseconds */
- int mousex, mousey;
- int title;
- unsigned int spu_clut[16], spu_set;
- dvdnav_highlight_event_t hlev;
-} dvdnav_priv_t;
-
-
int dvdnav_number_of_subs(stream_t *stream);
int dvdnav_aid_from_lang(stream_t *stream, unsigned char *language);
int dvdnav_lang_from_aid(stream_t *stream, int id, unsigned char *buf);