From 9fd0e939e50e39d7f98d0dfb73091851ba571781 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Tue, 4 Mar 2008 16:23:42 +0000 Subject: Ticket #502: New packet lost concealment (PLC) implementation and enable PLC on G711 and GSM codec git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1846 74dad513-b988-da41-8d7b-12977e46ad98 --- pjmedia/src/pjmedia-codec/gsm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pjmedia/src/pjmedia-codec') diff --git a/pjmedia/src/pjmedia-codec/gsm.c b/pjmedia/src/pjmedia-codec/gsm.c index c1e769bc..8bc33bb4 100644 --- a/pjmedia/src/pjmedia-codec/gsm.c +++ b/pjmedia/src/pjmedia-codec/gsm.c @@ -34,8 +34,8 @@ */ #if defined(PJMEDIA_HAS_GSM_CODEC) && PJMEDIA_HAS_GSM_CODEC != 0 -/* We removed PLC in 0.6 */ -#define PLC_DISABLED 1 +/* We removed PLC in 0.6 (and re-enabled it again in 0.9!) */ +#define PLC_DISABLED 0 /* Prototypes for GSM factory */ -- cgit v1.2.3