[MPlayer-cvslog] r27157 - trunk/stream/stream_dvdnav.h
nicodvb
subversion at mplayerhq.hu
Sun Jun 29 15:14:02 CEST 2008
Author: nicodvb
Date: Sun Jun 29 15:14:02 2008
New Revision: 27157
Log:
removed struct dvdnav_event_t that is 1) unused; 2) has an improper name. You can't turn your back for a second...
Modified:
trunk/stream/stream_dvdnav.h
Modified: trunk/stream/stream_dvdnav.h
==============================================================================
--- trunk/stream/stream_dvdnav.h (original)
+++ trunk/stream/stream_dvdnav.h Sun Jun 29 15:14:02 2008
@@ -5,12 +5,6 @@
#include "stream.h"
typedef struct {
- int event; /* event number fromd dvdnav_events.h */
- void * details; /* event details */
- int len; /* bytes in details */
-} dvdnav_event_t;
-
-typedef struct {
uint16_t sx, sy;
uint16_t ex, ey;
uint32_t palette;
More information about the MPlayer-cvslog
mailing list