FS-7499: tweaks to rate of fir/pli

This commit is contained in:
Anthony Minessale
2014-12-10 20:59:09 -06:00
committed by Michael Jerris
parent 063eec1e8e
commit ae44bd27e2
2 changed files with 2 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ static void switch_core_media_set_r_sdp_codec_string(switch_core_session_t *sess
#define MAX_CODEC_CHECK_FRAMES 50//x:mod_sofia.h
#define MAX_MISMATCH_FRAMES 5//x:mod_sofia.h
#define type2str(type) type == SWITCH_MEDIA_TYPE_VIDEO ? "video" : "audio"
#define VIDEO_REFRESH_FREQ 50000
#define VIDEO_REFRESH_FREQ 1000000
typedef enum {
SMF_INIT = (1 << 0),