diff options
author | Matthias Kretz <kretz@kde.org> | 2007-12-17 22:16:52 +0100 |
---|---|---|
committer | Matthias Kretz <kretz@kde.org> | 2007-12-17 22:16:52 +0100 |
commit | eacdc6fc2e37f80cc03b022988112741979724e6 (patch) | |
tree | 6c25d2ed35b7b36df44c9493f63679b1ba38cc83 /src | |
parent | 8a3706ba2814436bba1e164bf29cd02c6125083b (diff) | |
download | xine-lib-eacdc6fc2e37f80cc03b022988112741979724e6.tar.gz xine-lib-eacdc6fc2e37f80cc03b022988112741979724e6.tar.bz2 |
compile
Diffstat (limited to 'src')
-rw-r--r-- | src/demuxers/demux_flv.c | 2 |
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) { |