Binary compatibility report for the CELT library between 0.8.1 and 0.9.0 versions on x86
Test Info
Library Name | CELT |
Version #1 | 0.8.1 |
Version #2 | 0.9.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 3 |
Total Shared Libraries | 1 |
Total Symbols / Types | 19 / 41 |
Verdict | Incompatible (10.5%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 4 |
Removed Symbols | High | 2 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (4)
celt.h,
libcelt0.so.1.0.0
celt_decoder_get_size ( CELTMode const* mode, int channels )
celt_decoder_init ( CELTDecoder* st, CELTMode const* mode, int channels, int* error )
celt_encoder_get_size ( CELTMode const* mode, int channels )
celt_encoder_init ( CELTEncoder* st, CELTMode const* mode, int channels, int* error )
to the top
Removed Symbols (2)
celt.h,
libcelt0.so.1.0.0
celt_encode_resynthesis ( CELTEncoder* st, celt_int16 const* pcm, celt_int16* optional_resynthesis, int frame_size, unsigned char* compressed, int nbCompressedBytes )
celt_encode_resynthesis_float ( CELTEncoder* st, float const* pcm, float* optional_resynthesis, int frame_size, unsigned char* compressed, int nbCompressedBytes )
to the top
Header Files (3)
celt.h
celt_header.h
celt_types.h
to the top
Shared Libraries (1)
libcelt0.so.1.0.0
to the top