Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/httpd add .ts and .vob suffixes.
details: https://anonhg.NetBSD.org/src/rev/2d6b4f9c0e99
branches: trunk
changeset: 334890:2d6b4f9c0e99
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Dec 13 19:30:04 2014 +0000
description:
add .ts and .vob suffixes.
diffstat:
libexec/httpd/content-bozo.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 4965f384d4a1 -r 2d6b4f9c0e99 libexec/httpd/content-bozo.c
--- a/libexec/httpd/content-bozo.c Sat Dec 13 19:28:55 2014 +0000
+++ b/libexec/httpd/content-bozo.c Sat Dec 13 19:30:04 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: content-bozo.c,v 1.10 2014/05/17 05:50:01 mrg Exp $ */
+/* $NetBSD: content-bozo.c,v 1.11 2014/12/13 19:30:04 mrg Exp $ */
/* $eterna: content-bozo.c,v 1.17 2011/11/18 09:21:15 mrg Exp $ */
@@ -164,6 +164,8 @@
{ ".mpeg", 5, "video/mpeg", "", "", NULL },
{ ".mpg", 4, "video/mpeg", "", "", NULL },
{ ".mpe", 4, "video/mpeg", "", "", NULL },
+ { ".ts", 4, "video/mpeg", "", "", NULL },
+ { ".vob", 4, "video/mpeg", "", "", NULL },
{ ".mp4", 4, "video/mp4", "", "", NULL },
{ ".qt", 3, "video/quicktime", "", "", NULL },
{ ".mov", 4, "video/quicktime", "", "", NULL },
Home |
Main Index |
Thread Index |
Old Index