[vlc-commits] remove false comment

Sébastien Escudier git at videolan.org
Wed Feb 13 18:50:26 CET 2013


vlc | branch: master | Sébastien Escudier <sebastien-devel at celeos.eu> | Wed Feb 13 18:48:19 2013 +0100| [b254a7dc25ad74ed48b8cd267b96fe984eaa1851] | committer: Sébastien Escudier

remove false comment

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b254a7dc25ad74ed48b8cd267b96fe984eaa1851
---

 modules/access/live555.cpp |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/access/live555.cpp b/modules/access/live555.cpp
index 30f16f7..3c2efb0 100644
--- a/modules/access/live555.cpp
+++ b/modules/access/live555.cpp
@@ -1414,7 +1414,6 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
                 }
                 p_sys->i_pcr = 0;
 
-                /* Retrieve RTP-Info values */
                 for( i = 0; i < p_sys->i_track; i++ )
                 {
                     p_sys->track[i]->b_rtcp_sync = false;



More information about the vlc-commits mailing list