Binary compatibility report for the libdvdnav library between 4.2.0 and 4.2.1 versions on x86
Test Info
Library Name | libdvdnav |
Version #1 | 4.2.0 |
Version #2 | 4.2.1 |
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 | - | 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)
dvdnav.h,
libdvdnavmini.so.4.1.2
[+] dvdnav_program_play ( dvdnav_t* this, int32_t title, int32_t pgcn, int32_t pgn ) (1)
changed to:dvdnav_program_play ( dvdnav_t* self, int32_t title, int32_t pgcn, int32_t pgn )
| Change | Effect |
---|
1 | 1st parameter this has been renamed to self. | Renaming of a parameter may indicate a change in its semantic meaning. |
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