diff options
Diffstat (limited to 'src/demuxers/demux_real.c')
-rw-r--r-- | src/demuxers/demux_real.c | 3 |
1 files changed, 2 insertions, 1 deletions
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); |