mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
FS-4780 try this
This commit is contained in:
parent
9fae77ae76
commit
aee3767420
@ -251,7 +251,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_bug_read(switch_media_bug_t *b
|
||||
}
|
||||
} else {
|
||||
if (read_impl.decoded_bytes_per_packet > other_read_impl.decoded_bytes_per_packet) {
|
||||
frame_size = other_read_impl.decoded_bytes_per_packet;
|
||||
frame_size = read_impl.decoded_bytes_per_packet;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user