Binary compatibility report for the opus library between 0.9.0 and 0.9.1 versions on x86
Test Info
Library Name | opus |
Version #1 | 0.9.0 |
Version #2 | 0.9.1 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 3 |
Total Symbols / Types | 10 / 17 |
Verdict | Incompatible (5%) |
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 | 1 |
Low | 0 |
Problems with Constants | Low | 0 |
Problems with Symbols, Medium Severity (1)
opus.h,
libietfcodec.so.0.0.0
[+] opus_decode ( OpusDecoder* st, unsigned char const* data, int len, short* pcm, int frame_size ) (1)
changed to:opus_decode ( OpusDecoder* st, unsigned char const* data, int len, short* pcm, int frame_size, int decode_fec )
| Change | Effect |
---|
1 | Parameter decode_fec of type int has been added to the calling stack. | This parameter will not be initialized by old clients. |
to the top
Header Files (1)
opus.h
to the top
Shared Libraries (3)
libcelt0.so.2.0.0
libietfcodec.so.0.0.0
libSKP_SILK_SDK.so.0.0.0
to the top