multimediacommsengine/mmceshared/src/mcecomamrwbcodec.cpp
changeset 34 fc48eff9c76c
parent 28 434647e7f45b
child 49 64c62431ac08
--- a/multimediacommsengine/mmceshared/src/mcecomamrwbcodec.cpp	Fri Jun 11 14:03:38 2010 +0300
+++ b/multimediacommsengine/mmceshared/src/mcecomamrwbcodec.cpp	Wed Jun 23 18:38:47 2010 +0300
@@ -306,6 +306,7 @@
     //if offerer codec represents the sent offer and mcc codec the answer
     
     // Bitrates field contains also additional information, mask it away
+	/*
     TUint mccBitrates = ( aMccCodec.AllowedBitrates() & KMceAllowedAmrWbBitrateAll );
     TUint mceBitrates = ( iAllowedBitrates & KMceAllowedAmrWbBitrateAll );
     
@@ -314,7 +315,9 @@
 	                mceBitrates > mccBitrates ) :
                   ( mceBitrates && mccBitrates == 0 ||
 	                mceBitrates < mccBitrates );
-	
+	                
+	*/
+//	User::LeaveIfError( notValid ? KErrNotSupported : KErrNone );
 	if ( aMccCodec.CodecMode() != (TCodecMode)iCodecMode )
 		{
 		// codec-mode was different, fail.