Mercurial > mplayer.hg
changeset 27125:9e6d01e4d29f
removed struct dvdnav_event_t that is 1) unused; 2) has an improper name. You can't turn your back for a second...
author | nicodvb |
---|---|
date | Sun, 29 Jun 2008 13:14:02 +0000 |
parents | aa20485bbf35 |
children | c5fc0e6822e2 |
files | stream/stream_dvdnav.h |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/stream_dvdnav.h Sun Jun 29 11:32:12 2008 +0000 +++ b/stream/stream_dvdnav.h Sun Jun 29 13:14:02 2008 +0000 @@ -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;