]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4780 try this
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 31 Oct 2012 19:27:57 +0000 (14:27 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 31 Oct 2012 19:27:57 +0000 (14:27 -0500)
src/switch_core_media_bug.c

index f5c57721ad51c9b6ffb14e9438350d6692d953a5..b8b83da6bd6f5c9ecd63dbb84733f657055848d6 100644 (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;
                                        }
                                }
                        }