diff options
author | Mike Lampard <mlampard@users.sourceforge.net> | 2001-11-07 12:30:54 +0000 |
---|---|---|
committer | Mike Lampard <mlampard@users.sourceforge.net> | 2001-11-07 12:30:54 +0000 |
commit | 40e61e9f8ce31f5802856e303e521a4741500327 (patch) | |
tree | 8ad94f9b753c0b07bb8fbba462e8848e098cf0db /src/dxr3/dxr3_decoder.c | |
parent | 887aef7c6f3f6f728d2324815b9b05060be8405a (diff) | |
download | xine-lib-40e61e9f8ce31f5802856e303e521a4741500327.tar.gz xine-lib-40e61e9f8ce31f5802856e303e521a4741500327.tar.bz2 |
breakup of dxr3 videoout plugin to allow for easier syncronisation of
encoding and standard plugins
CVS patchset: 979
CVS date: 2001/11/07 12:30:54
Diffstat (limited to 'src/dxr3/dxr3_decoder.c')
-rw-r--r-- | src/dxr3/dxr3_decoder.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/dxr3/dxr3_decoder.c b/src/dxr3/dxr3_decoder.c index a84358a9f..bf7ec0e81 100644 --- a/src/dxr3/dxr3_decoder.c +++ b/src/dxr3/dxr3_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dxr3_decoder.c,v 1.28 2001/11/02 13:18:27 mlampard Exp $ + * $Id: dxr3_decoder.c,v 1.29 2001/11/07 12:30:54 mlampard Exp $ * * dxr3 video and spu decoder plugin. Accepts the video and spu data * from XINE and sends it directly to the corresponding dxr3 devices. @@ -586,7 +586,9 @@ static void spudec_event_listener (void *this_gen, xine_event_t *event_gen) { strerror(errno)); } break; - /* Temporarily use the stream title to find out if we have a menu... */ + /* Temporarily use the stream title to find out if we have a menu... + obsoleted by XINE_EVENT_SPU_FORCEDISPLAY, but we'll keep it 'til + the next version of dvdnav */ case XINE_EVENT_UI_SET_TITLE: { if(strstr(event->data,"Menu")) |