Merge pull request #1092 from marco-c/fix_audio_encodings_comment

Remove spurious comment about the audio.encodings property
This commit is contained in:
Marco 2015-02-13 02:08:16 +01:00
Родитель af0a60baa9 7863ff1182
Коммит 1e4833a616
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -223,8 +223,6 @@ Native["java/lang/System.getProperty0.(Ljava/lang/String;)Ljava/lang/String;"] =
value = "true";
break;
case "audio.encodings":
// The value of this property is different than the value on a real Nokia Asha 503 phone.
// On a real phone, it is: encoding=audio/amr
value = "encoding=audio/amr";
break;
case "video.snapshot.encodings":