[FFmpeg-cvslog] ffserver: move misplaced comment

Reynaldo H. Verdejo Pinochet git at videolan.org
Sat Feb 8 04:44:21 CET 2014


ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet <r.verdejo at sisa.samsung.com> | Fri Feb  7 22:02:26 2014 -0300| [db93c2d03131253f12b2886ad779f65c6bfb8a46] | committer: Reynaldo H. Verdejo Pinochet

ffserver: move misplaced comment

Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo at sisa.samsung.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=db93c2d03131253f12b2886ad779f65c6bfb8a46
---

 ffserver.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffserver.c b/ffserver.c
index 420768b..73c4109 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -753,8 +753,8 @@ static int http_server(void)
         for(c = first_http_ctx; c != NULL; c = c_next) {
             c_next = c->next;
             if (handle_connection(c) < 0) {
-                /* close and free the connection */
                 log_connection(c);
+                /* close and free the connection */
                 close_connection(c);
             }
         }



More information about the ffmpeg-cvslog mailing list