[Opalvoip-svn] SF.net SVN: opalvoip: [18816] opal/trunk/src/codec/rfc4175.cxx
Brought to you by:
csoutheren,
rjongbloed
From: <cso...@us...> - 2007-11-05 12:23:55
|
Revision: 18816 http://opalvoip.svn.sourceforge.net/opalvoip/?rev=18816&view=rev Author: csoutheren Date: 2007-11-05 04:23:59 -0800 (Mon, 05 Nov 2007) Log Message: ----------- Remove debug code Modified Paths: -------------- opal/trunk/src/codec/rfc4175.cxx Modified: opal/trunk/src/codec/rfc4175.cxx =================================================================== --- opal/trunk/src/codec/rfc4175.cxx 2007-11-05 12:23:10 UTC (rev 18815) +++ opal/trunk/src/codec/rfc4175.cxx 2007-11-05 12:23:59 UTC (rev 18816) @@ -527,10 +527,10 @@ return FALSE; } - if (frameHeight != 144 || frameWidth != 176) { - int s = inputFrames.GetSize(); - PTRACE(4, "not right frame " << s); - } + //if (frameHeight != 144 || frameWidth != 176) { + // int s = inputFrames.GetSize(); + // PTRACE(4, "not right frame " << s); + //} PTRACE(4, "RFC4175\tDecoding output from " << inputFrames.GetSize() << " input frames"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |