fix some stuff

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7973 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-03-27 22:22:46 +00:00
parent ecece5885f
commit 8592c5d822
4 changed files with 34 additions and 16 deletions
+2
View File
@@ -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;
};