• Travis Cross's avatar
    work around libzrtp API mistake for VS · fdc9e7f8
    Travis Cross 提交于
    libzrtp's sas_is_verified field is a uint32_t, but zrtp_verified_set
    expects a uint8_t.  This is a boolean field, so it doesn't matter one
    way or the other.  gcc doesn't care, but Windows Visual Studio
    apparently throws a warning about this.
    fdc9e7f8
switch_rtp.c 145.6 KB