summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_qt.c
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-11 20:09:04 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-11 20:09:04 +0100
commitf77028285a231edada74b0d93e4198fa8179880e (patch)
tree5f860d5da9bfee41f31141703d63c237f195bf65 /src/demuxers/demux_qt.c
parent431e07e0b69bd75ff85ba0c2e1b1e08313e746be (diff)
downloadxine-lib-f77028285a231edada74b0d93e4198fa8179880e.tar.gz
xine-lib-f77028285a231edada74b0d93e4198fa8179880e.tar.bz2
Rename METHOD_BY_EXTENSION to METHOD_BY_MRL, as it's used to identify protocols too.
Diffstat (limited to 'src/demuxers/demux_qt.c')
-rw-r--r--src/demuxers/demux_qt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demuxers/demux_qt.c b/src/demuxers/demux_qt.c
index bc0e249c8..3f23ddce2 100644
--- a/src/demuxers/demux_qt.c
+++ b/src/demuxers/demux_qt.c
@@ -3076,7 +3076,7 @@ static demux_plugin_t *open_plugin (demux_class_t *class_gen, xine_stream_t *str
break;
- case METHOD_BY_EXTENSION:
+ case METHOD_BY_MRL:
case METHOD_EXPLICIT: {
if (!is_qt_file(this->input)) {