diff options
-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) { |