comparison 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
comparison
equal deleted inserted replaced
6395:89cf0940e3f0 6396:c2e5016e2b4e
224 /* protocols */ 224 /* protocols */
225 REGISTER_PROTOCOL (CONCAT, concat); 225 REGISTER_PROTOCOL (CONCAT, concat);
226 REGISTER_PROTOCOL (FILE, file); 226 REGISTER_PROTOCOL (FILE, file);
227 REGISTER_PROTOCOL (GOPHER, gopher); 227 REGISTER_PROTOCOL (GOPHER, gopher);
228 REGISTER_PROTOCOL (HTTP, http); 228 REGISTER_PROTOCOL (HTTP, http);
229 REGISTER_PROTOCOL (MMSH, mmsh);
229 REGISTER_PROTOCOL (MMST, mmst); 230 REGISTER_PROTOCOL (MMST, mmst);
230 REGISTER_PROTOCOL (MD5, md5); 231 REGISTER_PROTOCOL (MD5, md5);
231 REGISTER_PROTOCOL (PIPE, pipe); 232 REGISTER_PROTOCOL (PIPE, pipe);
232 REGISTER_PROTOCOL (RTMP, rtmp); 233 REGISTER_PROTOCOL (RTMP, rtmp);
233 #if CONFIG_LIBRTMP 234 #if CONFIG_LIBRTMP