From 28b6e56a42b8845cb0c462c0a5a6915ff722c427 Mon Sep 17 00:00:00 2001 From: Claudio Ciccani Date: Sat, 23 Dec 2006 14:43:16 +0000 Subject: Fixed mimetype description string. CVS patchset: 8436 CVS date: 2006/12/23 14:43:16 --- src/demuxers/demux_flv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/demuxers/demux_flv.c b/src/demuxers/demux_flv.c index 0567da426..3e8837800 100644 --- a/src/demuxers/demux_flv.c +++ b/src/demuxers/demux_flv.c @@ -24,7 +24,7 @@ * For more information on the FLV file format, visit: * http://download.macromedia.com/pub/flash/flash_file_format_specification.pdf * - * $Id: demux_flv.c,v 1.13 2006/12/15 14:33:20 klan Exp $ + * $Id: demux_flv.c,v 1.14 2006/12/23 14:43:16 klan Exp $ */ #ifdef HAVE_CONFIG_H @@ -666,7 +666,7 @@ static char *get_extensions (demux_class_t *this_gen) { } static char *get_mimetypes (demux_class_t *this_gen) { - return "video/x-flv"; + return "video/x-flv: flv: Flash video;"; } static void class_dispose (demux_class_t *this_gen) { -- cgit v1.2.3