| Change |
Effect |
1 | Field longterm_margin has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field loss_rate has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field shortterm_margin has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Size of this type has been changed from 40232 bytes to 30328 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
5 | Field drop_frame has been renamed to lost_count. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
6 | Field underflow_count has been renamed to reset_state. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
speex_jitter_destroy ( SpeexJitter* jitter )1st parameter 'jitter' (pointer) has base type 'struct SpeexJitter'.
speex_jitter_get ( SpeexJitter* jitter, short* out )1st parameter 'jitter' (pointer) has base type 'struct SpeexJitter'.
speex_jitter_init ( SpeexJitter* jitter, void* decoder, int sampling_rate )1st parameter 'jitter' (pointer) has base type 'struct SpeexJitter'.
speex_jitter_put ( SpeexJitter* jitter, char* packet, int len, int time )1st parameter 'jitter' (pointer) has base type 'struct SpeexJitter'.