Binary compatibility report for the libaudiofile library between 0.2.0 and 0.2.3 versions on x86
Test Info
Library Name | libaudiofile |
Version #1 | 0.2.0 |
Version #2 | 0.2.3 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 94 / 26 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 9 |
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 |
Other Changes in Constants | - | 5 |
Added Symbols (9)
audiofile.h,
libaudiofile.so.0.0.2
afGetPCMMapping ( AFfilehandle file, int track, double* slope, double* intercept, double* minClip, double* maxClip )
afGetVirtualChannels ( AFfilehandle p1, int track )
afGetVirtualPCMMapping ( AFfilehandle file, int track, double* slope, double* intercept, double* minClip, double* maxClip )
afIdentifyFD ( int p1 )
afIdentifyNamedFD ( int p1, char const* filename, int* implemented )
afInitPCMMapping ( AFfilesetup filesetup, int track, double slope, double intercept, double minClip, double maxClip )
afOpenFD ( int fd, char const* mode, AFfilesetup setup )
afOpenNamedFD ( int fd, char const* mode, AFfilesetup setup, char const* filename )
afSetChannelMatrix ( AFfilehandle p1, int track, double* matrix )
to the top
Problems with Symbols, Low Severity (1)
audiofile.h,
libaudiofile-0.2.so.0.0.1
[+] afWriteFrames ( AFfilehandle p1, int track, void* buffer, int frameCount ) (1)
changed to:afWriteFrames ( AFfilehandle p1, int track, void const* buffer, int frameCount )
| Change | Effect |
---|
1 | Type of 3rd parameter buffer has been changed from void* to void const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Other Changes in Constants (5)
audiofile.h
[+] AF_COMPRESSION_DV
| Change | Effect |
---|
1 | The constant AF_COMPRESSION_DV with value 522 has been added. | No effect. |
[+] AF_COMPRESSION_IMA
| Change | Effect |
---|
1 | The constant AF_COMPRESSION_IMA with value 519 has been added. | No effect. |
[+] AF_COMPRESSION_MS_ADPCM
| Change | Effect |
---|
1 | The constant AF_COMPRESSION_MS_ADPCM with value 523 has been added. | No effect. |
[+] AF_FILE_BICSF
| Change | Effect |
---|
1 | The constant AF_FILE_BICSF with value 5 has been added. | No effect. |
[+] AF_FILE_IRCAM
| Change | Effect |
---|
1 | The constant AF_FILE_IRCAM with value 5 has been added. | No effect. |
to the top
Header Files (1)
audiofile.h
to the top
Shared Libraries (1)
libaudiofile-0.2.so.0.0.1
to the top