]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
CID:1024555: remove logically dead code
authorMichael Jerris <mike@jerris.com>
Wed, 22 Apr 2015 16:43:43 +0000 (11:43 -0500)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:47:24 +0000 (12:47 -0500)
src/switch_rtp.c

index c745d11e8a087dffdc620bb583d341fc9e4ac17f..955849b429425632c890afd7ee6be6f842081b2c 100644 (file)
@@ -3903,7 +3903,7 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_activate_jitter_buffer(switch_rtp_t *
                stfu_n_destroy(&rtp_session->jb);
        }
 
-       rtp_session->jb = stfu_n_init(queue_frames, max_queue_frames ? max_queue_frames : 50, samples_per_packet, samples_per_second, max_drift);
+       rtp_session->jb = stfu_n_init(queue_frames, max_queue_frames, samples_per_packet, samples_per_second, max_drift);
 
        READ_DEC(rtp_session);