summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Kretz <kretz@kde.org>2007-12-17 22:16:52 +0100
committerMatthias Kretz <kretz@kde.org>2007-12-17 22:16:52 +0100
commiteacdc6fc2e37f80cc03b022988112741979724e6 (patch)
tree6c25d2ed35b7b36df44c9493f63679b1ba38cc83 /src
parent8a3706ba2814436bba1e164bf29cd02c6125083b (diff)
downloadxine-lib-eacdc6fc2e37f80cc03b022988112741979724e6.tar.gz
xine-lib-eacdc6fc2e37f80cc03b022988112741979724e6.tar.bz2
compile
Diffstat (limited to 'src')
-rw-r--r--src/demuxers/demux_flv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demuxers/demux_flv.c b/src/demuxers/demux_flv.c
index 5669a4b2e..bdb33d21d 100644
--- a/src/demuxers/demux_flv.c
+++ b/src/demuxers/demux_flv.c
@@ -894,7 +894,7 @@ 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;"
"video/flv: flv: Flash video;"
- "application/x-flash-video: flv: Flash video;"
+ "application/x-flash-video: flv: Flash video;";
}
static void class_dispose (demux_class_t *this_gen) {