Default value for G722 setting added

This commit is contained in:
Sylvain Berfini 2011-09-23 13:41:02 +02:00
parent 6366fac197
commit 06ab0709d6

View file

@ -862,6 +862,7 @@ public final class LinphoneManager implements LinphoneCoreListener {
e.putBoolean(getString(R.string.pref_codec_pcma_key), true); e.putBoolean(getString(R.string.pref_codec_pcma_key), true);
e.putBoolean(getString(R.string.pref_codec_pcmu_key), true); e.putBoolean(getString(R.string.pref_codec_pcmu_key), true);
e.putBoolean(getString(R.string.pref_codec_speex8_key), true); e.putBoolean(getString(R.string.pref_codec_speex8_key), true);
e.putBoolean(getString(R.string.pref_codec_g722_key), false);
e.putBoolean(getString(pref_codec_speex16_key), fastCpu); e.putBoolean(getString(pref_codec_speex16_key), fastCpu);
e.putBoolean(getString(pref_codec_speex32_key), fastCpu); e.putBoolean(getString(pref_codec_speex32_key), fastCpu);