From a3ddfab454e0981a11dcb57ed9058b2a67383a85 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Tue, 16 Sep 2003 14:23:37 +0000 Subject: XINE_EVENT_MRL_REFERENCE must not be used here CVS patchset: 5395 CVS date: 2003/09/16 14:23:37 --- src/input/input_v4l.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/input/input_v4l.c b/src/input/input_v4l.c index 65de4fe41..3df20d377 100644 --- a/src/input/input_v4l.c +++ b/src/input/input_v4l.c @@ -1517,12 +1517,6 @@ static void v4l_event_handler (v4l_input_plugin_t *this) { xine_demux_flush_engine(this->stream); } break; - case XINE_EVENT_MRL_REFERENCE: - DBGPRINT("Got new mrl: %s\n", (char *)event->data); - extract_mrl(this, event->data); - set_frequency(this, this->frequency); - xine_demux_flush_engine(this->stream); - break; /* default: DBGPRINT("Got an event, type 0x%08x\n", event->type); -- cgit v1.2.3