[vlc-devel] commit: Remove misleading comment, testing proved otherwise. ( Marian Ďurkovič )
git version control
git at videolan.org
Tue Sep 8 12:05:47 CEST 2009
vlc | branch: master | Marian Ďurkovič <md at bts.sk> | Tue Sep 8 12:04:36 2009 +0200| [976f60a535bb62203f02e33a3e00ca1f78cedba9] | committer: Marian Ďurkovič
Remove misleading comment, testing proved otherwise.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=976f60a535bb62203f02e33a3e00ca1f78cedba9
---
modules/demux/demuxdump.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/demux/demuxdump.c b/modules/demux/demuxdump.c
index 3404577..926a1b4 100644
--- a/modules/demux/demuxdump.c
+++ b/modules/demux/demuxdump.c
@@ -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;
More information about the vlc-devel
mailing list