You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FLAC__boolFLAC__bitreader_read_uint32_little_endian(FLAC__BitReader*br, FLAC__uint32*val); /*only for bits=32*/
71
79
FLAC__boolFLAC__bitreader_skip_bits_no_crc(FLAC__BitReader*br, unsignedbits); /* WATCHOUT: does not CRC the skipped data! *//*@@@@ add to unit tests */
72
80
FLAC__boolFLAC__bitreader_skip_byte_block_aligned_no_crc(FLAC__BitReader*br, unsignednvals); /* WATCHOUT: does not CRC the read data! */
73
81
FLAC__boolFLAC__bitreader_read_byte_block_aligned_no_crc(FLAC__BitReader*br, FLAC__byte*val, unsignednvals); /* WATCHOUT: does not CRC the read data! */
0 commit comments