minor comments

This commit is contained in:
Josh Coalson
2006-10-06 06:21:48 +00:00
parent afce1aeba8
commit 8501332c26

View File

@@ -182,7 +182,7 @@ static void crc16_update_blurb(FLAC__BitBuffer *bb, FLAC__blurb blurb)
/*
* WATCHOUT: The current implentation is not friendly to shrinking, i.e. it
* does not shift left what is consumed, it just chops off the end, whether
* does not shift out what is consumed, it just chops off the end, whether
* there is unconsumed data there or not. This is OK because currently we
* never shrink the buffer, but if this ever changes, we'll have to do some
* fixups here.