[vlc-devel] commit: ifdef out dead "future" code (CID#148) ( Rémi Denis-Courmont )
    git version control 
    git at videolan.org
       
    Sun Oct  5 16:17:19 CEST 2008
    
    
  
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Oct  5 17:16:52 2008 +0300| [a610e2fc41551b15f52e35cd54a4701f524a1d90] | committer: Rémi Denis-Courmont 
ifdef out dead "future" code (CID#148)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a610e2fc41551b15f52e35cd54a4701f524a1d90
---
 modules/stream_out/rtp.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/stream_out/rtp.c b/modules/stream_out/rtp.c
index 2a772f0..c59167a 100644
--- a/modules/stream_out/rtp.c
+++ b/modules/stream_out/rtp.c
@@ -1250,10 +1250,12 @@ static sout_stream_id_t *Add( sout_stream_t *p_stream, es_format_t *p_fmt )
         /* Mark dynamic payload type in use */
         p_sys->payload_bitmap |= 1 << (id->i_payload_type - 96);
 
+#if 0 /* No payload formats sets this at the moment */
     if( cscov != -1 )
         cscov += 8 /* UDP */ + 12 /* RTP */;
     if( id->sinkc > 0 )
         net_SetCSCov( id->sinkv[0].rtp_fd, cscov, -1 );
+#endif
 
     if( p_sys->rtsp != NULL )
         id->rtsp_id = RtspAddId( p_sys->rtsp, id, p_sys->i_es,
    
    
More information about the vlc-devel
mailing list