Binary compatibility report for the CELT library between 0.11.0 and 0.11.1 versions on x86
Test Info
Library Name | CELT |
Version #1 | 0.11.0 |
Version #2 | 0.11.1 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 3 |
Total Shared Libraries | 1 |
Total Symbols / Types | 27 / 41 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 2 |
Problems with Constants | Low | 0 |
Problems with Symbols, Low Severity (2)
celt.h,
libcelt0.so.2.0.0
[+] celt_encode ( CELTEncoder* st, celt_int16 const* pcm, int frame_size, unsigned char* compressed, int nbCompressedBytes ) (1)
changed to:celt_encode ( CELTEncoder* st, celt_int16 const* pcm, int frame_size, unsigned char* compressed, int maxCompressedBytes )
| Change | Effect |
---|
1 | 5th parameter nbCompressedBytes has been renamed to maxCompressedBytes. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] celt_encode_float ( CELTEncoder* st, float const* pcm, int frame_size, unsigned char* compressed, int nbCompressedBytes ) (1)
changed to:celt_encode_float ( CELTEncoder* st, float const* pcm, int frame_size, unsigned char* compressed, int maxCompressedBytes )
| Change | Effect |
---|
1 | 5th parameter nbCompressedBytes has been renamed to maxCompressedBytes. | Renaming of a parameter 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)
libcelt0.so.2.0.0
to the top