changeset 6327:c4e4d3e9f487 libavformat

Place the concat protocol entry at the begin of the registered protocol list, restore alphabetical order.
author stefano
date Tue, 27 Jul 2010 14:34:56 +0000
parents a7040617f568
children de851c28b9f7
files allformats.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/allformats.c	Tue Jul 27 14:13:24 2010 +0000
+++ b/allformats.c	Tue Jul 27 14:34:56 2010 +0000
@@ -221,6 +221,7 @@
     REGISTER_MUXDEMUX (LIBNUT, libnut);
 
     /* protocols */
+    REGISTER_PROTOCOL (CONCAT, concat);
     REGISTER_PROTOCOL (FILE, file);
     REGISTER_PROTOCOL (GOPHER, gopher);
     REGISTER_PROTOCOL (HTTP, http);
@@ -237,5 +238,4 @@
     REGISTER_PROTOCOL (RTP, rtp);
     REGISTER_PROTOCOL (TCP, tcp);
     REGISTER_PROTOCOL (UDP, udp);
-    REGISTER_PROTOCOL (CONCAT, concat);
 }