Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>2014-02-08 05:00:07 +0400
committerReynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>2014-02-08 07:29:39 +0400
commit1507e2a0953213b51c4e60b1631c6266fdc4428b (patch)
tree0246c30f014464e1e375777773f54b510622ad3b /ffserver.c
parent47ba4728149f40717c70e827e549fbb56d696cde (diff)
ffserver: drop obvious comment
Following code line is self explanatory Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
Diffstat (limited to 'ffserver.c')
-rw-r--r--ffserver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffserver.c b/ffserver.c
index f2fb618f08..420768b0c6 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;
}
}