mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-7499: improve generic nack and vpx framing
This commit is contained in:
committed by
Michael Jerris
parent
7fc019a979
commit
fa7695847a
@@ -231,6 +231,11 @@ SWITCH_DECLARE(void) switch_core_hash_this(switch_hash_index_t *hi, const void *
|
||||
switch_hashtable_this(hi, key, klen, val);
|
||||
}
|
||||
|
||||
SWITCH_DECLARE(void) switch_core_hash_this_val(switch_hash_index_t *hi, void *val)
|
||||
{
|
||||
switch_hashtable_this_val(hi, val);
|
||||
}
|
||||
|
||||
|
||||
SWITCH_DECLARE(switch_status_t) switch_core_inthash_init(switch_inthash_t **hash)
|
||||
{
|
||||
|
Reference in New Issue
Block a user