diff allformats.c @ 5634:b280788e1936 libavformat

Implement a physical concatenation protocol. Patch by Michele Orr reverse(<moc.liamg@yp.rekam>).
author stefano
date Sun, 07 Feb 2010 10:25:58 +0000
parents d76904a638df
children 25062326d2f9
line wrap: on
line diff
--- a/allformats.c	Sat Feb 06 12:32:44 2010 +0000
+++ b/allformats.c	Sun Feb 07 10:25:58 2010 +0000
@@ -221,4 +221,5 @@
     REGISTER_PROTOCOL (RTP, rtp);
     REGISTER_PROTOCOL (TCP, tcp);
     REGISTER_PROTOCOL (UDP, udp);
+    REGISTER_PROTOCOL (CONCAT, concat);
 }