mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
fix some stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7973 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -560,6 +560,7 @@ struct switch_codec_implementation {
|
||||
switch_core_codec_decode_func_t decode;
|
||||
/*! deinitalize a codec handle using this implementation */
|
||||
switch_core_codec_destroy_func_t destroy;
|
||||
uint32_t codec_id;
|
||||
struct switch_codec_implementation *next;
|
||||
};
|
||||
|
||||
@@ -569,6 +570,7 @@ struct switch_codec_interface {
|
||||
const char *interface_name;
|
||||
/*! a list of codec implementations related to the codec */
|
||||
switch_codec_implementation_t *implementations;
|
||||
uint32_t codec_id;
|
||||
struct switch_codec_interface *next;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user