mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4807 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -154,10 +154,9 @@ static switch_status_t switch_g729_decode(switch_codec_t *codec,
|
||||
|
||||
}
|
||||
|
||||
|
||||
if (encoded_data_len % 2 == 0) {
|
||||
|
||||
if (encoded_data_len % 12 == 0) {
|
||||
|
||||
if (encoded_data_len == 2 || encoded_data_len % 12 == 0) {
|
||||
return SWITCH_STATUS_BREAK;
|
||||
//divisor = 12;
|
||||
//plen = 10;
|
||||
|
Reference in New Issue
Block a user