From 1507e2a0953213b51c4e60b1631c6266fdc4428b Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Fri, 7 Feb 2014 22:00:07 -0300 Subject: [PATCH] ffserver: drop obvious comment Following code line is self explanatory Signed-off-by: Reynaldo H. Verdejo Pinochet --- ffserver.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ffserver.c b/ffserver.c index f2fb618f0805c..420768b0c6fc8 100644 --- a/ffserver.c +++ b/ffserver.c @@ -628,7 +628,6 @@ static void start_multicast(void) } } - /* change state to send data */ rtp_c->state = HTTPSTATE_SEND_DATA; } }