]> git.sesse.net Git - vlc/commitdiff
Remove misleading comment, testing proved otherwise.
authorMarian Ďurkovič <md@bts.sk>
Tue, 8 Sep 2009 10:04:36 +0000 (12:04 +0200)
committerMarian Ďurkovič <md@bts.sk>
Tue, 8 Sep 2009 10:04:36 +0000 (12:04 +0200)
modules/demux/demuxdump.c

index 340457707eccc872388eb893c51d94f26a9adecc..926a1b488e7902177308f24104d1d53a49f18de0 100644 (file)
@@ -175,7 +175,6 @@ static int Demux( demux_t *p_demux )
 
     int i_data;
 
-    /* I'm pretty sure that stream_Peek,stream_Read( , NULL ) would be faster*/
     i_data = stream_Read( p_demux->s, p_sys->buffer, DUMP_BLOCKSIZE );
     if ( i_data <= 0 )
         return i_data;