]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
woops
authorBrian West <brian@freeswitch.org>
Mon, 12 Feb 2007 23:32:29 +0000 (23:32 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 12 Feb 2007 23:32:29 +0000 (23:32 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4215 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/codecs/mod_g729/mod_g729.c

index 495197982f66e6b8909f19afb7a2eb8c38a76ca8..cf59bd4a3693e38b31ecd9c5e2e3cf861cc44d1c 100644 (file)
@@ -264,7 +264,7 @@ static const switch_codec_implementation_t g729_8k_implementation = {
 
 static const switch_codec_interface_t g729_codec_interface = {
        /*.interface_name */ "g729",
-       /*.implementations */ &g729a_8k_implementation,
+       /*.implementations */ &g729_8k_implementation,
        /*.next */ NULL
 };