[MPlayer-cvslog] r34934 - trunk/stream/network.c

ib subversion at mplayerhq.hu
Mon May 21 11:42:04 CEST 2012


Author: ib
Date: Mon May 21 11:42:04 2012
New Revision: 34934

Log:
Add MIME type application/ogg for OGG streaming.

This has been registered with RFC 5334.

Modified:
   trunk/stream/network.c

Modified: trunk/stream/network.c
==============================================================================
--- trunk/stream/network.c	Sun May 20 19:57:39 2012	(r34933)
+++ trunk/stream/network.c	Mon May 21 11:42:04 2012	(r34934)
@@ -102,6 +102,7 @@ const mime_struct_t mime_type_table[] = 
 	// 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},


More information about the MPlayer-cvslog mailing list