[FFmpeg-cvslog] r25033 - trunk/libavformat/rtsp.c
    rbultje 
    subversion
       
    Fri Sep  3 21:26:27 CEST 2010
    
    
  
Author: rbultje
Date: Fri Sep  3 21:26:27 2010
New Revision: 25033
Log:
Reindent after r25032.
Modified:
   trunk/libavformat/rtsp.c
Modified: trunk/libavformat/rtsp.c
==============================================================================
--- trunk/libavformat/rtsp.c	Fri Sep  3 21:25:59 2010	(r25032)
+++ trunk/libavformat/rtsp.c	Fri Sep  3 21:26:27 2010	(r25033)
@@ -1167,8 +1167,8 @@ static int make_setup_request(AVFormatCo
                             reply->transports[0].source,
                             reply->transports[0].server_port_min, NULL);
             } else {
-            ff_url_join(url, sizeof(url), "rtp", NULL, host,
-                        reply->transports[0].server_port_min, NULL);
+                ff_url_join(url, sizeof(url), "rtp", NULL, host,
+                            reply->transports[0].server_port_min, NULL);
             }
             if (!(rt->server_type == RTSP_SERVER_WMS && i > 1) &&
                 rtp_set_remote_url(rtsp_st->rtp_handle, url) < 0) {
    
    
More information about the ffmpeg-cvslog
mailing list