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_real.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/demuxers/demux_real.c') diff --git a/src/demuxers/demux_real.c b/src/demuxers/demux_real.c index c6ba422a1..9d7d447b1 100644 --- a/src/demuxers/demux_real.c +++ b/src/demuxers/demux_real.c @@ -21,7 +21,7 @@ * For more information regarding the Real file format, visit: * http://www.pcisys.net/~melanson/codecs/ * - * $Id: demux_real.c,v 1.6 2002/10/28 03:24:43 miguelfreitas Exp $ + * $Id: demux_real.c,v 1.7 2002/11/01 17:41:25 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -410,6 +410,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_real_file(this)) { free (this); -- cgit v1.2.3