mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
FS-4793 --resolve
This commit is contained in:
parent
812d876414
commit
624b49f2a3
@ -247,7 +247,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_bug_read(switch_media_bug_t *b
|
||||
|
||||
if (read_impl.actual_samples_per_second == other_read_impl.actual_samples_per_second) {
|
||||
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;
|
||||
}
|
||||
} else {
|
||||
if (read_impl.decoded_bytes_per_packet > other_read_impl.decoded_bytes_per_packet) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user