summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Kretz <kretz@kde.org>2007-12-17 22:00:34 +0100
committerMatthias Kretz <kretz@kde.org>2007-12-17 22:00:34 +0100
commit8a3706ba2814436bba1e164bf29cd02c6125083b (patch)
treecf3eb01df8808b853cd26dd33831d3879625b85d
parenta7e8065a32e0151ef995d696881d4d2ecf27fd33 (diff)
downloadxine-lib-8a3706ba2814436bba1e164bf29cd02c6125083b.tar.gz
xine-lib-8a3706ba2814436bba1e164bf29cd02c6125083b.tar.bz2
add video/flv and application/x-flash-video MIME aliases as used by shared-mime
-rw-r--r--src/demuxers/demux_flv.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/demuxers/demux_flv.c b/src/demuxers/demux_flv.c
index 39c34d91e..5669a4b2e 100644
--- a/src/demuxers/demux_flv.c
+++ b/src/demuxers/demux_flv.c
@@ -892,7 +892,9 @@ static const char *get_extensions (demux_class_t *this_gen) {
}
static const char *get_mimetypes (demux_class_t *this_gen) {
- return "video/x-flv: flv: Flash video;";
+ return "video/x-flv: flv: Flash video;"
+ "video/flv: flv: Flash video;"
+ "application/x-flash-video: flv: Flash video;"
}
static void class_dispose (demux_class_t *this_gen) {