summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_roq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demuxers/demux_roq.c')
-rw-r--r--src/demuxers/demux_roq.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/demuxers/demux_roq.c b/src/demuxers/demux_roq.c
index 4f13473e8..9f47633a2 100644
--- a/src/demuxers/demux_roq.c
+++ b/src/demuxers/demux_roq.c
@@ -21,7 +21,7 @@
* For more information regarding the RoQ file format, visit:
* http://www.csse.monash.edu.au/~timf/
*
- * $Id: demux_roq.c,v 1.27 2002/11/01 03:36:24 tmmm Exp $
+ * $Id: demux_roq.c,v 1.28 2002/11/01 17:41:26 mroi Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -418,6 +418,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_roq_file(this)) {
free (this);