summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_film.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demuxers/demux_film.c')
-rw-r--r--src/demuxers/demux_film.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/demuxers/demux_film.c b/src/demuxers/demux_film.c
index 4994cac8e..df4693c83 100644
--- a/src/demuxers/demux_film.c
+++ b/src/demuxers/demux_film.c
@@ -21,7 +21,7 @@
* For more information on the FILM file format, visit:
* http://www.pcisys.net/~melanson/codecs/
*
- * $Id: demux_film.c,v 1.41 2002/10/28 03:24:43 miguelfreitas Exp $
+ * $Id: demux_film.c,v 1.42 2002/11/01 17:41:08 mroi Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -667,6 +667,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_film_file(this)) {
free (this);