revert oops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2539 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
f34ed15ac2
commit
cd3b46dd02
|
@ -195,11 +195,11 @@ static const switch_codec_implementation_t raw_8k_60ms_implementation = {
|
||||||
/*.ianacode */ 10,
|
/*.ianacode */ 10,
|
||||||
/*.iananame */ "L16",
|
/*.iananame */ "L16",
|
||||||
/*.samples_per_second */ 8000,
|
/*.samples_per_second */ 8000,
|
||||||
/*.bits_per_second */ 128000,
|
/*.bits_per_second */ 256000,
|
||||||
/*.microseconds_per_frame */ 22500,
|
/*.microseconds_per_frame */ 60000,
|
||||||
/*.samples_per_frame */ 180,
|
/*.samples_per_frame */ 480,
|
||||||
/*.bytes_per_frame */ 360,
|
/*.bytes_per_frame */ 960,
|
||||||
/*.encoded_bytes_per_frame */ 360,
|
/*.encoded_bytes_per_frame */ 960,
|
||||||
/*.number_of_channels */ 1,
|
/*.number_of_channels */ 1,
|
||||||
/*.pref_frames_per_packet */ 1,
|
/*.pref_frames_per_packet */ 1,
|
||||||
/*.max_frames_per_packet */ 1,
|
/*.max_frames_per_packet */ 1,
|
||||||
|
@ -230,6 +230,7 @@ static const switch_codec_implementation_t raw_8k_120ms_implementation = {
|
||||||
/*.next */ &raw_8k_60ms_implementation
|
/*.next */ &raw_8k_60ms_implementation
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
static const switch_codec_interface_t raw_codec_interface = {
|
static const switch_codec_interface_t raw_codec_interface = {
|
||||||
/*.interface_name */ "raw signed linear (16 bit)",
|
/*.interface_name */ "raw signed linear (16 bit)",
|
||||||
/*.implementations */ &raw_8k_120ms_implementation
|
/*.implementations */ &raw_8k_120ms_implementation
|
||||||
|
|
Loading…
Reference in New Issue