From 6ad17a6ad4318f2c17ea12ff6845b2daa9f2fbd1 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Fri, 1 Nov 2002 17:41:02 +0000 Subject: new content detection method METHOD_EXPLICIT for demuxer given in MRL CVS patchset: 3126 CVS date: 2002/11/01 17:41:02 --- src/demuxers/demux_idcin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/demuxers/demux_idcin.c') diff --git a/src/demuxers/demux_idcin.c b/src/demuxers/demux_idcin.c index 58fef2806..10bb588bd 100644 --- a/src/demuxers/demux_idcin.c +++ b/src/demuxers/demux_idcin.c @@ -63,7 +63,7 @@ * - if any bytes exceed 63, do not shift the bytes at all before * transmitting them to the video decoder * - * $Id: demux_idcin.c,v 1.25 2002/11/01 03:36:24 tmmm Exp $ + * $Id: demux_idcin.c,v 1.26 2002/11/01 17:41:13 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -472,6 +472,7 @@ static demux_plugin_t *open_plugin (demux_class_t *class_gen, xine_stream_t *str switch (stream->content_detection_method) { case METHOD_BY_CONTENT: + case METHOD_EXPLICIT: if (!open_idcin_file(this)) { free (this); -- cgit v1.2.3