[FFmpeg-cvslog] r24545 - trunk/libavformat/allformats.c
stefano
subversion
Tue Jul 27 16:34:56 CEST 2010
Author: stefano
Date: Tue Jul 27 16:34:56 2010
New Revision: 24545
Log:
Place the concat protocol entry at the begin of the registered
protocol list, restore alphabetical order.
Modified:
trunk/libavformat/allformats.c
Modified: trunk/libavformat/allformats.c
==============================================================================
--- trunk/libavformat/allformats.c Tue Jul 27 16:13:24 2010 (r24544)
+++ trunk/libavformat/allformats.c Tue Jul 27 16:34:56 2010 (r24545)
@@ -221,6 +221,7 @@ void av_register_all(void)
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 @@ void av_register_all(void)
REGISTER_PROTOCOL (RTP, rtp);
REGISTER_PROTOCOL (TCP, tcp);
REGISTER_PROTOCOL (UDP, udp);
- REGISTER_PROTOCOL (CONCAT, concat);
}
More information about the ffmpeg-cvslog
mailing list