Commit 65d36285 authored by Frédéric Yhuel's avatar Frédéric Yhuel Committed by Jean-Baptiste Kempf

vlc_block_helper.h: remove wrong comment

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 4cc9d577
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment