Binary compatibility report for the CELT library between 0.2.0 and 0.3.0 versions on x86
Test Info
Library Name | CELT |
Version #1 | 0.2.0 |
Version #2 | 0.3.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 3 |
Total Shared Libraries | 1 |
Total Symbols / Types | 12 / 32 |
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 | 1 |
Problems with Constants | Low | 0 |
Problems with Symbols, Low Severity (1)
celt.h,
libcelt.so.0.0.0
[+] celt_mode_create ( int 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 lookahead, int* error )
| Change | Effect |
---|
1 | Type of 1st parameter Fs has been changed from int to celt_int32_t. | Replacement of parameter data 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