Some reindentation after the last round of patches.
From 98fff74f6a1395f8396db803bc2e4515e5246421 Mon Sep 17 00:00:00 2001
From: Josh Allmann <[email protected]>
Date: Fri, 11 Jun 2010 09:23:52 -0700
Subject: [PATCH] reindent in rtsp.c

---
 libavformat/rtsp.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index aa8f31b..fc422aa 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -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;
-- 
1.7.0.4

_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to