Binary compatibility report for the CELT library  between 0.8.1 and 0.9.0 versions on x86

Test Info


Library NameCELT
Version #10.8.1
Version #20.9.0
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files3
Total Shared Libraries1
Total Symbols / Types19 / 41
VerdictIncompatible
(10.5%)

Problem Summary


SeverityCount
Added Symbols-4
Removed SymbolsHigh2
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0

Added Symbols (4)


celt.h, libcelt0.so.1.0.0
celt_decoder_get_size ( CELTMode const* mode, int channels )
celt_decoder_init CELTDecoder* st, CELTMode const* mode, int channels, int* error )
celt_encoder_get_size ( CELTMode const* mode, int channels )
celt_encoder_init CELTEncoder* st, CELTMode const* mode, int channels, int* error )

to the top

Removed Symbols (2)


celt.h, libcelt0.so.1.0.0
celt_encode_resynthesis CELTEncoder* st, celt_int16 const* pcm, celt_int16* optional_resynthesis, int frame_size, unsigned char* compressed, int nbCompressedBytes )
celt_encode_resynthesis_float CELTEncoder* st, float const* pcm, float* optional_resynthesis, int frame_size, unsigned char* compressed, int nbCompressedBytes )

to the top

Header Files (3)


celt.h
celt_header.h
celt_types.h

to the top

Shared Libraries (1)


libcelt0.so.1.0.0

to the top




Generated on Thu Dec 27 18:56:41 2012 for CELT by ABI Compliance Checker 1.98.7  
A tool for checking backward compatibility of a C/C++ library API