config.h   config.h 
/* config.h. Generated from config.h.in by configure. */ /* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */ /* config.h.in. Generated from configure.ac by autoheader. */
/* Define if building universal (internal helper macro) */ /* Define if building universal (internal helper macro) */
/* #undef AC_APPLE_UNIVERSAL_BUILD */ /* #undef AC_APPLE_UNIVERSAL_BUILD */
/* Define if wizard enabled */
#define BUILD_WIZARD 1
/* Tells whether localisation is possible */ /* Tells whether localisation is possible */
#define ENABLE_NLS 1 #define ENABLE_NLS 1
/* Defined when using gsm at nonstandard rates */ /* Defined when using gsm at nonstandard rates */
/* #undef ENABLE_NONSTANDARD_GSM */ /* #undef ENABLE_NONSTANDARD_GSM */
/* The name of the gettext package name */ /* The name of the gettext package name */
#define GETTEXT_PACKAGE "linphone" #define GETTEXT_PACKAGE "linphone"
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
skipping to change at line 132 skipping to change at line 135
/* Define to 1 if you have the <X11/Xlib.h> header file. */ /* Define to 1 if you have the <X11/Xlib.h> header file. */
#define HAVE_X11_XLIB_H 1 #define HAVE_X11_XLIB_H 1
/* All supported languages */ /* All supported languages */
#define LINPHONE_ALL_LANGS "fr it de ja es pl cs nl sv pt_BR hu ru zh_CN nb _NO zh_TW" #define LINPHONE_ALL_LANGS "fr it de ja es pl cs nl sv pt_BR hu ru zh_CN nb _NO zh_TW"
/* Windows appdata subdir where linphonerc can be found */ /* Windows appdata subdir where linphonerc can be found */
#define LINPHONE_CONFIG_DIR "Linphone" #define LINPHONE_CONFIG_DIR "Linphone"
/* path of liblinphone plugins, not mediastreamer2 plugins */ /* path of liblinphone plugins, not mediastreamer2 plugins */
#define LINPHONE_PLUGINS_DIR "/home/ut/testing/linphone/3.5.1/lib/liblinpho ne/plugins" #define LINPHONE_PLUGINS_DIR "/home/ut/testing/linphone/3.5.2/lib/liblinpho ne/plugins"
/* Linphone's version number */ /* Linphone's version number */
#define LINPHONE_VERSION "3.5.1" #define LINPHONE_VERSION "3.5.2"
/* Define to the sub-directory in which libtool stores uninstalled librarie s. /* Define to the sub-directory in which libtool stores uninstalled librarie s.
*/ */
#define LT_OBJDIR ".libs/" #define LT_OBJDIR ".libs/"
/* Define to 1 if your C compiler doesn't accept -c and -o together. */ /* Define to 1 if your C compiler doesn't accept -c and -o together. */
/* #undef NO_MINUS_C_MINUS_O */ /* #undef NO_MINUS_C_MINUS_O */
/* Name of package */ /* Name of package */
#define PACKAGE "linphone" #define PACKAGE "linphone"
/* Define to the address where bug reports for this package should be sent. */ /* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "linphone-developers@nongnu.org" #define PACKAGE_BUGREPORT "linphone-developers@nongnu.org"
/* Defines the place where data are found */ /* Defines the place where data are found */
#define PACKAGE_DATA_DIR "/home/ut/testing/linphone/3.5.1/share" #define PACKAGE_DATA_DIR "/home/ut/testing/linphone/3.5.2/share"
/* Defines the place where locales can be found */ /* Defines the place where locales can be found */
#define PACKAGE_LOCALE_DIR "/home/ut/testing/linphone/3.5.1/share/locale" #define PACKAGE_LOCALE_DIR "/home/ut/testing/linphone/3.5.2/share/locale"
/* Define to the full name of this package. */ /* Define to the full name of this package. */
#define PACKAGE_NAME "linphone" #define PACKAGE_NAME "linphone"
/* Defines the place where linphone sounds are found */ /* Defines the place where linphone sounds are found */
#define PACKAGE_SOUND_DIR "/home/ut/testing/linphone/3.5.1/share/sounds/lin phone" #define PACKAGE_SOUND_DIR "/home/ut/testing/linphone/3.5.2/share/sounds/lin phone"
/* Define to the full name and version of this package. */ /* Define to the full name and version of this package. */
#define PACKAGE_STRING "linphone 3.5.1" #define PACKAGE_STRING "linphone 3.5.2"
/* Define to the one symbol short name of this package. */ /* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "linphone" #define PACKAGE_TARNAME "linphone"
/* Define to the home page for this package. */ /* Define to the home page for this package. */
#define PACKAGE_URL "" #define PACKAGE_URL ""
/* Define to the version of this package. */ /* Define to the version of this package. */
#define PACKAGE_VERSION "3.5.1" #define PACKAGE_VERSION "3.5.2"
/* Define to 1 if you have the ANSI C header files. */ /* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1 #define STDC_HEADERS 1
/* Tell whether date_version.h must be used */ /* Tell whether date_version.h must be used */
/* #undef USE_BUILDDATE_VERSION */ /* #undef USE_BUILDDATE_VERSION */
/* Version number of package */ /* Version number of package */
#define VERSION "3.5.1" #define VERSION "3.5.2"
/* defined if video support is available */ /* defined if video support is available */
#define VIDEO_ENABLED 1 #define VIDEO_ENABLED 1
/* Tell whether RSVP support should be compiled. */ /* Tell whether RSVP support should be compiled. */
/* #undef VINCENT_MAURY_RSVP */ /* #undef VINCENT_MAURY_RSVP */
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */ significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD #if defined AC_APPLE_UNIVERSAL_BUILD
 End of changes. 9 change blocks. 
8 lines changed or deleted 11 lines changed or added


 mscodecutils.h   mscodecutils.h 
skipping to change at line 58 skipping to change at line 58
* Call this function whenever you decoded a packet, for true or in PLC mod e, to inform the concealer * Call this function whenever you decoded a packet, for true or in PLC mod e, to inform the concealer
* of how the audio stream is going. * of how the audio stream is going.
* @param obj the concealer object * @param obj the concealer object
* @param current_time the current time in milliseconds, as pointed by f->t icker->time. * @param current_time the current time in milliseconds, as pointed by f->t icker->time.
* @param time_increment the number of milliseconds of audio decoded. * @param time_increment the number of milliseconds of audio decoded.
* @param got_packet set to 1 if a real frame was decoded, 0 if it was a PL C frame. * @param got_packet set to 1 if a real frame was decoded, 0 if it was a PL C frame.
* @returns if a PLC period terminates, returns the duration of this PLC pe riod in milliseconds, 0 otherwise. * @returns if a PLC period terminates, returns the duration of this PLC pe riod in milliseconds, 0 otherwise.
**/ **/
MS2_PUBLIC int ms_concealer_inc_sample_time(MSConcealerContext* obj, uint64 _t current_time, int time_increment, int got_packet); MS2_PUBLIC int ms_concealer_inc_sample_time(MSConcealerContext* obj, uint64 _t current_time, int time_increment, int got_packet);
MS2_PUBLIC unsigned long ms_concealer_context_get_total_number_of_plc(MSCon
cealerContext* obj);
/*FEC API*/ /*FEC API*/
typedef struct _MSRtpPayloadPickerContext MSRtpPayloadPickerContext; typedef struct _MSRtpPayloadPickerContext MSRtpPayloadPickerContext;
typedef mblk_t* (*RtpPayloadPicker)(MSRtpPayloadPickerContext* context,unsi gned int sequence_number); typedef mblk_t* (*RtpPayloadPicker)(MSRtpPayloadPickerContext* context,unsi gned int sequence_number);
struct _MSRtpPayloadPickerContext { struct _MSRtpPayloadPickerContext {
void* filter_graph_manager; /*I.E stream*/ void* filter_graph_manager; /*I.E stream*/
RtpPayloadPicker picker; RtpPayloadPicker picker;
}; };
#endif #endif
 End of changes. 1 change blocks. 
0 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/