git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10319 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-11-10 22:00:41 +00:00
parent 8515c087a8
commit 0b34ce74f2
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ SWITCH_DECLARE(uint32_t) switch_core_codec_next_id(void);
uint32_t encoded_bytes_per_packet,
/*! number of channels represented */
uint8_t number_of_channels,
/*! number of frames to send in one netowrk packet */
/*! number of frames to send in one network packet */
int codec_frames_per_packet,
/*! function to initialize a codec handle using this implementation */
switch_core_codec_init_func_t init,