summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/combined/demux_wavpack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/demux_wavpack.c b/src/combined/demux_wavpack.c
index a79f70627..a9b20e5f9 100644
--- a/src/combined/demux_wavpack.c
+++ b/src/combined/demux_wavpack.c
@@ -391,7 +391,7 @@ static const char *get_extensions (demux_class_t *const this_gen) {
}
static const char *get_mimetypes (demux_class_t *const this_gen) {
- return "audio/x-wavpack";
+ return "audio/x-wavpack: wv,wvp: WavPack audio;";
}
static void class_dispose (demux_class_t *const this_gen) {