From 8a3706ba2814436bba1e164bf29cd02c6125083b Mon Sep 17 00:00:00 2001 From: Matthias Kretz Date: Mon, 17 Dec 2007 22:00:34 +0100 Subject: add video/flv and application/x-flash-video MIME aliases as used by shared-mime --- src/demuxers/demux_flv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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) { -- cgit v1.2.3