[vlc-commits] vlc_block_helper.h: remove wrong comment
Frédéric Yhuel
git at videolan.org
Fri Apr 13 17:23:38 CEST 2012
vlc | branch: master | Frédéric Yhuel <fyhuel at viotech.net> | Fri Mar 16 12:00:48 2012 +0100| [65d362850287c84c4f51f32a94f03772fe38e43b] | committer: Jean-Baptiste Kempf
vlc_block_helper.h: remove wrong comment
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=65d362850287c84c4f51f32a94f03772fe38e43b
---
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;
More information about the vlc-commits
mailing list