summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Ciccani <klan@users.sourceforge.net>2006-12-23 14:43:16 +0000
committerClaudio Ciccani <klan@users.sourceforge.net>2006-12-23 14:43:16 +0000
commit28b6e56a42b8845cb0c462c0a5a6915ff722c427 (patch)
treefb723b83118e10429e5ea7de1d0564a65c98ce42
parente3d7457a7cd9555e1f8a618ecad38e3f565e614e (diff)
downloadxine-lib-28b6e56a42b8845cb0c462c0a5a6915ff722c427.tar.gz
xine-lib-28b6e56a42b8845cb0c462c0a5a6915ff722c427.tar.bz2
Fixed mimetype description string.
CVS patchset: 8436 CVS date: 2006/12/23 14:43:16
-rw-r--r--src/demuxers/demux_flv.c4
1 files 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) {