SAT>IP: remove debug #ifdef
This commit is contained in:
parent
8a91954adc
commit
006aaf6365
1 changed files with 0 additions and 2 deletions
|
@ -1086,12 +1086,10 @@ satip_frontend_input_thread ( void *aux )
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
/* We need to keep the session alive */
|
||||
if (rtsp->hc_ping_time + rtsp->hc_rtp_timeout / 2 < dispatch_clock &&
|
||||
rtsp->hc_cmd == HTTP_CMD_NONE)
|
||||
rtsp_options(rtsp);
|
||||
#endif
|
||||
|
||||
if (ev[0].data.ptr == lfe->sf_rtcp) {
|
||||
c = recv(lfe->sf_rtcp->fd, rtcp, sizeof(rtcp), MSG_DONTWAIT);
|
||||
|
|
Loading…
Add table
Reference in a new issue