diff options
author | Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> | 2014-02-07 22:00:07 -0300 |
---|---|---|
committer | Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> | 2014-02-08 00:29:39 -0300 |
commit | 1507e2a0953213b51c4e60b1631c6266fdc4428b (patch) | |
tree | 0246c30f014464e1e375777773f54b510622ad3b | |
parent | 47ba4728149f40717c70e827e549fbb56d696cde (diff) | |
download | ffmpeg-1507e2a0953213b51c4e60b1631c6266fdc4428b.tar.gz |
ffserver: drop obvious comment
Following code line is self explanatory
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
-rw-r--r-- | ffserver.c | 1 |
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; } } |