FS-4780 try this

This commit is contained in:
Anthony Minessale 2012-10-31 14:27:57 -05:00
parent 9fae77ae76
commit aee3767420
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}
}