diff allformats.c @ 6396:c2e5016e2b4e libavformat

MMSH support, the most popular and widely used of all MMS variants. Written by Zhentan Feng <spyfeng gmail com> as part of Google's Summer of Code program.
author rbultje
date Sat, 21 Aug 2010 19:04:41 +0000
parents d05e8fb04c6f
children 8775d4c0e991
line wrap: on
line diff
--- a/allformats.c	Thu Aug 19 21:28:43 2010 +0000
+++ b/allformats.c	Sat Aug 21 19:04:41 2010 +0000
@@ -226,6 +226,7 @@
     REGISTER_PROTOCOL (FILE, file);
     REGISTER_PROTOCOL (GOPHER, gopher);
     REGISTER_PROTOCOL (HTTP, http);
+    REGISTER_PROTOCOL (MMSH, mmsh);
     REGISTER_PROTOCOL (MMST, mmst);
     REGISTER_PROTOCOL (MD5,  md5);
     REGISTER_PROTOCOL (PIPE, pipe);