Binary compatibility report for the libdvdnav library between 4.2.1 and 5.0.0 versions on x86
Test Info
Library Name | libdvdnav |
Version #1 | 4.2.1 |
Version #2 | 5.0.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 3 |
Total Shared Libraries | 2 |
Total Symbols / Types | 78 / 75 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
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 | 5 |
Added Symbols (2)
dvdnav.h,
libdvdnav.so.4.1.2
dvdnav_dup ( dvdnav_t** dest, dvdnav_t* src )
dvdnav_free_dup ( dvdnav_t* _this )
to the top
Problems with Symbols, Low Severity (1)
dvdnav.h,
libdvdnavmini.so.4.1.2
[+] dvdnav_sector_search ( dvdnav_t* self, uint64_t offset, int32_t origin ) (1)
changed to:dvdnav_sector_search ( dvdnav_t* self, int64_t offset, int32_t origin )
| Change | Effect |
---|
1 | Type of 2nd parameter offset has been changed from uint64_t to int64_t. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Problems with Constants, Low Severity (5)
dvdnav.h
[+] DVDNAV_FORMAT_AC3
| Change | Effect |
---|
1 | The constant DVDNAV_FORMAT_AC3 with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] DVDNAV_FORMAT_DTS
| Change | Effect |
---|
1 | The constant DVDNAV_FORMAT_DTS with value 5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] DVDNAV_FORMAT_LPCM
| Change | Effect |
---|
1 | The constant DVDNAV_FORMAT_LPCM with value 4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] DVDNAV_FORMAT_MPEGAUDIO
| Change | Effect |
---|
1 | The constant DVDNAV_FORMAT_MPEGAUDIO with value 3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] DVDNAV_FORMAT_SDDS
| Change | Effect |
---|
1 | The constant DVDNAV_FORMAT_SDDS with value 6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
to the top
Header Files (3)
dvd_types.h
dvdnav.h
dvdnav_events.h
to the top
Shared Libraries (2)
libdvdnav.so.4.1.2
libdvdnavmini.so.4.1.2
to the top