summaryrefslogtreecommitdiff
path: root/src/htslib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/htslib.c')
-rw-r--r--src/htslib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/htslib.c b/src/htslib.c
index c398e3f..aba65fb 100644
--- a/src/htslib.c
+++ b/src/htslib.c
@@ -522,6 +522,7 @@ const char* hts_mime[][2] = {
{ "video/x-ms-asf", "asf" },
{ "video/x-ms-asf", "asr" },
{ "video/x-ms-asf", "asx" },
+ { "video/x-ms-wmv", "wmv" },
{ "x-world/x-vrml", "flr" },
{ "x-world/x-vrml", "vrml" },
{ "x-world/x-vrml", "wrz" },
@@ -3853,8 +3854,6 @@ HTSEXT_API void escape_for_html_print_full(char* s, char* d) {
*d = '\0';
}
-
-
// concat, concatène deux chaines et renvoi le résultat
// permet d'alléger grandement le code
// il faut savoir qu'on ne peut mettre plus de 16 concat() dans une expression