diff options
-rw-r--r-- | src/demuxers/demux_mod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demuxers/demux_mod.c b/src/demuxers/demux_mod.c index b9b6af83e..05c9faf08 100644 --- a/src/demuxers/demux_mod.c +++ b/src/demuxers/demux_mod.c @@ -328,7 +328,7 @@ static char *get_identifier (demux_class_t *this_gen) { } static char *get_extensions (demux_class_t *this_gen) { - return "mod it stm s3m 669 amf med mdl"; + return "mod it stm s3m 669 amf med mdl xm"; } static char *get_mimetypes (demux_class_t *this_gen) { |