]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh
authorAnthony Minessale <anthony.minessale@gmail.com>
Sun, 28 Sep 2008 00:15:29 +0000 (00:15 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sun, 28 Sep 2008 00:15:29 +0000 (00:15 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9689 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_loopback/mod_loopback.c

index b00e6821b0f9a500ca88426762925530f750d1dc..93626b8cae77ebce9559c13ac52339ac1f48c310 100644 (file)
@@ -105,7 +105,7 @@ static switch_status_t tech_init(private_t *tech_pvt, switch_core_session_t *ses
 
        if (codec) {
                iananame = codec->implementation->iananame;
-               rate = codec->implementation->actual_samples_per_second;
+               rate = codec->implementation->samples_per_second;
                interval = codec->implementation->microseconds_per_frame / 1000;
        }