mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
libFLAC : Remove FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap().
This function was un-used because it showed no speed improvement over the C version. As a result the bitreader_read_from_client_() function can be made static again. Patch-from: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
@@ -120,8 +120,7 @@ static inline void crc16_update_word_(FLAC__BitReader *br, uint32_t word)
|
||||
br->crc16_align = 0;
|
||||
}
|
||||
|
||||
/* would be static except it needs to be called by asm routines */
|
||||
FLAC__bool bitreader_read_from_client_(FLAC__BitReader *br)
|
||||
static FLAC__bool bitreader_read_from_client_(FLAC__BitReader *br)
|
||||
{
|
||||
unsigned start, end;
|
||||
size_t bytes;
|
||||
|
||||
Reference in New Issue
Block a user