mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
FS-7504: allow <modname>.<codecname> support so multiple modules can exist for the same codec
This commit is contained in:
committed by
Michael Jerris
parent
52d15f6398
commit
7c294f242f
@@ -709,6 +709,7 @@ struct switch_codec_implementation {
|
||||
switch_core_codec_destroy_func_t destroy;
|
||||
uint32_t codec_id;
|
||||
uint32_t impl_id;
|
||||
char *modname;
|
||||
struct switch_codec_implementation *next;
|
||||
};
|
||||
|
||||
@@ -724,6 +725,7 @@ struct switch_codec_interface {
|
||||
switch_thread_rwlock_t *rwlock;
|
||||
int refs;
|
||||
switch_mutex_t *reflock;
|
||||
char *modname;
|
||||
switch_loadable_module_interface_t *parent;
|
||||
struct switch_codec_interface *next;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user