Binary compatibility report for the CELT library between 0.5.2 and 0.6.0 versions on x86
Test Info
Library Name | CELT |
Version #1 | 0.5.2 |
Version #2 | 0.6.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 3 |
Total Shared Libraries | 1 |
Total Symbols / Types | 15 / 39 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 3 |
Problems with Constants | Low | 0 |
Added Symbols (1)
celt.h,
libcelt.so.0.0.0
celt_decoder_ctl ( CELTDecoder* st, int request, ... )
to the top
Problems with Symbols, Low Severity (3)
celt.h,
libcelt.so.0.0.0
[+] celt_decode ( CELTDecoder* st, unsigned char* data, int len, celt_int16_t* pcm ) (1)
changed to:celt_decode ( CELTDecoder* st, unsigned char const* data, int len, celt_int16_t* pcm )
| Change | Effect |
---|
1 | Type of 2nd parameter data has been changed from unsigned char* to unsigned char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] celt_decode_float ( CELTDecoder* st, unsigned char* data, int len, float* pcm ) (1)
changed to:celt_decode_float ( CELTDecoder* st, unsigned char const* data, int len, float* pcm )
| Change | Effect |
---|
1 | Type of 2nd parameter data has been changed from unsigned char* to unsigned char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
celt_header.h,
libcelt.so.0.0.0
[+] celt_header_init ( struct CELTHeader* header, CELTMode const* m ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from void to int (4 bytes). | Replacement of return type may indicate a change in its semantic meaning. |
to the top
Header Files (3)
celt.h
celt_header.h
celt_types.h
to the top
Shared Libraries (1)
libcelt.so.0.0.0
to the top