Binary compatibility report for the opus library between 1.0.2 and 1.0.3 versions on x86
Test Info
Library Name | opus |
Version #1 | 1.0.2 |
Version #2 | 1.0.3 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 4 |
Total Shared Libraries | 1 |
Total Symbols / Types | 45 / 40 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 3 |
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 |
Added Symbols (3)
opus_multistream.h,
libopus.so.0.4.0
opus_multistream_surround_encoder_create ( opus_int32 Fs, int channels, int mapping_family, int* streams, int* coupled_streams, unsigned char* mapping, int application, int* error )
opus_multistream_surround_encoder_get_size ( int channels, int mapping_family )
opus_multistream_surround_encoder_init ( OpusMSEncoder* st, opus_int32 Fs, int channels, int mapping_family, int* streams, int* coupled_streams, unsigned char* mapping, int application )
to the top
Problems with Symbols, Low Severity (1)
opus.h,
libopus.so.0.3.0
[+] opus_packet_parse ( unsigned char const* data, opus_int32 len, unsigned char* out_toc, unsigned char const** frames, short* size, int* payload_offset ) (1)
changed to:opus_packet_parse ( unsigned char const* data, opus_int32 len, unsigned char* out_toc, unsigned char const** frames, opus_int16* size, int* payload_offset )
| Change | Effect |
---|
1 | Type of 5th parameter size has been changed from short* to opus_int16*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Header Files (4)
opus.h
opus_defines.h
opus_multistream.h
opus_types.h
to the top
Shared Libraries (1)
libopus.so.0.3.0
to the top