let codecs see current frame via the codec obj

This commit is contained in:
Anthony Minessale
2012-10-29 15:07:50 -05:00
parent d39269b217
commit 3812ebb958
2 changed files with 11 additions and 3 deletions

View File

@@ -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 */