[vlc-devel] [PATCH] vlc_block_helper.h: remove wrong comment

fyhuel at viotech.net fyhuel at viotech.net
Fri Mar 16 12:00:48 CET 2012


From: Frédéric Yhuel <fyhuel at viotech.net>

---
 include/vlc_block_helper.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/vlc_block_helper.h b/include/vlc_block_helper.h
index f076fb3..fdd5fdb 100644
--- a/include/vlc_block_helper.h
+++ b/include/vlc_block_helper.h
@@ -374,7 +374,6 @@ static inline int block_GetBytes( block_bytestream_t *p_bytestream,
         i_offset = 0;
     }
 
-    /* No buffer given, just skip the data */
     p_bytestream->p_block = p_block;
     p_bytestream->i_offset = i_offset + i_copy;
 
-- 
1.7.5.4




More information about the vlc-devel mailing list