diff allformats.c @ 5123:cc34279f0fab libavformat

RTMP protocol support (as a client)
author kostya
date Fri, 31 Jul 2009 06:49:36 +0000
parents 636161c01391
children 789e13163b3b
line wrap: on
line diff
--- a/allformats.c	Thu Jul 30 19:14:57 2009 +0000
+++ b/allformats.c	Fri Jul 31 06:49:36 2009 +0000
@@ -209,6 +209,7 @@
     REGISTER_PROTOCOL (GOPHER, gopher);
     REGISTER_PROTOCOL (HTTP, http);
     REGISTER_PROTOCOL (PIPE, pipe);
+    REGISTER_PROTOCOL (RTMP, rtmp);
     REGISTER_PROTOCOL (RTP, rtp);
     REGISTER_PROTOCOL (TCP, tcp);
     REGISTER_PROTOCOL (UDP, udp);