libFLAC/bitreader.c : Remove redundant/incorrect comment.
This comment should have been removed in commit eb0c5a37
.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
parent
36e03def10
commit
8ce310dda2
@ -74,7 +74,6 @@
|
|||||||
*/
|
*/
|
||||||
static const unsigned FLAC__BITREADER_DEFAULT_CAPACITY = 65536u / FLAC__BITS_PER_WORD; /* in words */
|
static const unsigned FLAC__BITREADER_DEFAULT_CAPACITY = 65536u / FLAC__BITS_PER_WORD; /* in words */
|
||||||
|
|
||||||
/* WATCHOUT: assembly routines rely on the order in which these fields are declared */
|
|
||||||
struct FLAC__BitReader {
|
struct FLAC__BitReader {
|
||||||
/* any partially-consumed word at the head will stay right-justified as bits are consumed from the left */
|
/* any partially-consumed word at the head will stay right-justified as bits are consumed from the left */
|
||||||
/* any incomplete word at the tail will be left-justified, and bytes from the read callback are added on the right */
|
/* any incomplete word at the tail will be left-justified, and bytes from the read callback are added on the right */
|
||||||
|
Loading…
Reference in New Issue
Block a user