diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-04-04 00:08:22 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-04-04 00:08:22 +0100 |
commit | cb365e0071d2e540eb706f2bdce6f351c206efa5 (patch) | |
tree | 8bffbd2083b287f7a7093e9e06ac9bd50c826d32 /src | |
parent | 35096a8b8fe10d8f2f3a770fa3740d842013380b (diff) | |
download | xine-lib-cb365e0071d2e540eb706f2bdce6f351c206efa5.tar.gz xine-lib-cb365e0071d2e540eb706f2bdce6f351c206efa5.tar.bz2 |
Correct invalid MIME info in the MOD demuxer.
Diffstat (limited to 'src')
-rw-r--r-- | src/demuxers/demux_mod.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/demuxers/demux_mod.c b/src/demuxers/demux_mod.c index c67f6e18e..34b8ebabe 100644 --- a/src/demuxers/demux_mod.c +++ b/src/demuxers/demux_mod.c @@ -387,11 +387,11 @@ static const char *get_mimetypes (demux_class_t *this_gen) { "audio/x-s3m: s3m: ScreamTracker 3 Module;" "audio/s3m: s3m: ScreamTracker 3 Module;" "application/playerpro: 669: 669 Tracker Module;" - "application/adrift; amf: ADRIFT Module File;" - "audio/med; med; Amiga MED/OctaMED Tracker Module Sound File;" - "audio/x-amf; amf: ADRIFT Module File;" - "audio/x-xm; xm: FastTracker II Audio;" - "audio/xm; xm: FastTracker II Audio;"; + "application/adrift: amf: ADRIFT Module File;" + "audio/med: med: Amiga MED/OctaMED Tracker Module Sound File;" + "audio/x-amf: amf: ADRIFT Module File;" + "audio/x-xm: xm: FastTracker II Audio;" + "audio/xm: xm: FastTracker II Audio;"; } static void class_dispose (demux_class_t *this_gen) { |