mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
let codecs see current frame via the codec obj
This commit is contained in:
@@ -618,6 +618,7 @@ struct switch_codec {
|
||||
switch_mutex_t *mutex;
|
||||
struct switch_codec *next;
|
||||
switch_core_session_t *session;
|
||||
switch_frame_t *cur_frame;
|
||||
};
|
||||
|
||||
/*! \brief A table of settings and callbacks that define a paticular implementation of a codec */
|
||||
|
Reference in New Issue
Block a user