summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2010-01-17 20:18:20 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2010-01-17 20:18:20 +0000
commita9c145bf2c701b9fe60795b16856e37038f5e740 (patch)
treeb889bf9af3617be733eebf111c3ecbe2429a4dac /src
parentbf3c4913014b78598b021c61b7275d72ab947cdb (diff)
downloadxine-lib-a9c145bf2c701b9fe60795b16856e37038f5e740.tar.gz
xine-lib-a9c145bf2c701b9fe60795b16856e37038f5e740.tar.bz2
Don't try to handle .qtl in the Quicktime demuxer.
Diffstat (limited to 'src')
-rw-r--r--src/demuxers/demux_qt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/demuxers/demux_qt.c b/src/demuxers/demux_qt.c
index 958122bf1..30deea59f 100644
--- a/src/demuxers/demux_qt.c
+++ b/src/demuxers/demux_qt.c
@@ -3174,7 +3174,6 @@ static void *init_plugin (xine_t *xine, void *data) {
"video/quicktime: mov,qt: Quicktime animation;"
"video/x-quicktime: mov,qt: Quicktime animation;"
"audio/x-m4a: m4a,m4b: MPEG-4 audio;"
- "application/x-quicktimeplayer: qtl: Quicktime list;"
"video/mp4: mp4,mpg4: MPEG-4 video;"
"audio/mp4: mp4,mpg4: MPEG-4 audio;";
this->demux_class.extensions = "mov qt mp4 m4a m4b";