Binary compatibility report for the CELT library between 0.3.2 and 0.4.0 versions on x86
Test Info
Library Name | CELT |
Version #1 | 0.3.2 |
Version #2 | 0.4.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 3 |
Total Shared Libraries | 1 |
Total Symbols / Types | 12 / 31 |
Verdict | Incompatible (8.3%) |
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 | 1 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Problems with Symbols, High Severity (1)
celt.h,
libcelt.so.0.0.0
[+] celt_mode_create ( celt_int32_t Fs, int channels, int frame_size, int lookahead, int* error ) (1)
changed to:celt_mode_create ( celt_int32_t Fs, int channels, int frame_size, int* error )
| Change | Effect |
---|
1 | 4th middle parameter lookahead has been removed from the calling stack. | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
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