diff allformats.c @ 6053:1b6a5459ff73 libavformat

MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>.
author rbultje
date Mon, 24 May 2010 21:59:32 +0000
parents 5a9972bd90b6
children 817a86ec7ad2
line wrap: on
line diff
--- a/allformats.c	Mon May 24 20:35:01 2010 +0000
+++ b/allformats.c	Mon May 24 21:59:32 2010 +0000
@@ -219,6 +219,7 @@
     REGISTER_PROTOCOL (FILE, file);
     REGISTER_PROTOCOL (GOPHER, gopher);
     REGISTER_PROTOCOL (HTTP, http);
+    REGISTER_PROTOCOL (MMST, mmst);
     REGISTER_PROTOCOL (PIPE, pipe);
     REGISTER_PROTOCOL (RTMP, rtmp);
 #if CONFIG_LIBRTMP