diff options
Diffstat (limited to 'src/demuxers/demux_vqa.c')
-rw-r--r-- | src/demuxers/demux_vqa.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/demuxers/demux_vqa.c b/src/demuxers/demux_vqa.c index c7b3cf761..cb017068b 100644 --- a/src/demuxers/demux_vqa.c +++ b/src/demuxers/demux_vqa.c @@ -27,7 +27,7 @@ * block needs information from the previous audio block in order to be * decoded, thus making random seeking difficult. * - * $Id: demux_vqa.c,v 1.16 2002/10/28 03:24:43 miguelfreitas Exp $ + * $Id: demux_vqa.c,v 1.17 2002/11/01 17:41:28 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -380,6 +380,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_vqa_file(this)) { free (this); |