[FFmpeg-cvslog] r23598 - trunk/libavformat/rtsp.c
mstorsjo
subversion
Mon Jun 14 10:12:40 CEST 2010
Author: mstorsjo
Date: Mon Jun 14 10:12:40 2010
New Revision: 23598
Log:
Reindent
Patch by Josh Allmann, joshua dot allmann at gmail
Modified:
trunk/libavformat/rtsp.c
Modified: trunk/libavformat/rtsp.c
==============================================================================
--- trunk/libavformat/rtsp.c Mon Jun 14 09:05:59 2010 (r23597)
+++ trunk/libavformat/rtsp.c Mon Jun 14 10:12:40 2010 (r23598)
@@ -1618,13 +1618,13 @@ redirect:
ff_http_set_chunked_transfer_encoding(rtsp_hd_out, 0);
} else {
- /* open the tcp connexion */
- ff_url_join(tcpname, sizeof(tcpname), "tcp", NULL, host, port, NULL);
- if (url_open(&rtsp_hd, tcpname, URL_RDWR) < 0) {
- err = AVERROR(EIO);
- goto fail;
- }
- rtsp_hd_out = rtsp_hd;
+ /* open the tcp connexion */
+ ff_url_join(tcpname, sizeof(tcpname), "tcp", NULL, host, port, NULL);
+ if (url_open(&rtsp_hd, tcpname, URL_RDWR) < 0) {
+ err = AVERROR(EIO);
+ goto fail;
+ }
+ rtsp_hd_out = rtsp_hd;
}
rt->rtsp_hd = rtsp_hd;
rt->rtsp_hd_out = rtsp_hd_out;
More information about the ffmpeg-cvslog
mailing list