changeset 34846:06df8a8bed10

Add MIME type application/ogg for OGG streaming. This has been registered with RFC 5334.
author ib
date Mon, 21 May 2012 09:42:04 +0000
parents f56b927a9e3e
children 44210843ba79
files stream/network.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/stream/network.c	Sun May 20 17:57:39 2012 +0000
+++ b/stream/network.c	Mon May 21 09:42:04 2012 +0000
@@ -102,6 +102,7 @@
 	// Real Media
 //	{ "audio/x-pn-realaudio", DEMUXER_TYPE_REAL },
 	// OGG Streaming
+	{ "application/ogg", DEMUXER_TYPE_OGG },
 	{ "application/x-ogg", DEMUXER_TYPE_OGG },
 	// NullSoft Streaming Video
 	{ "video/nsv", DEMUXER_TYPE_NSV},