summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2012-01-26 19:04:09 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-01-26 19:04:09 -0800
commit25b83ee9457f0c0e812f8c25ccaac407e4fbed0a (patch)
treef732606828bd161d696bd600bb45579519168933
parent14d7e18dcdd5a4b0845134cefb40ff320f9fb197 (diff)
parentdb0763d37e7c62c954f78aa91257bdc7b2e83aa1 (diff)
downloaddevice_samsung_crespo-25b83ee9457f0c0e812f8c25ccaac407e4fbed0a.zip
device_samsung_crespo-25b83ee9457f0c0e812f8c25ccaac407e4fbed0a.tar.gz
device_samsung_crespo-25b83ee9457f0c0e812f8c25ccaac407e4fbed0a.tar.bz2
Merge "Fix the incorrect min bit rate setting for AMR NB."
-rw-r--r--media_profiles.xml2
-rw-r--r--media_profiles_korea.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/media_profiles.xml b/media_profiles.xml
index 67fe1a1..7483267 100644
--- a/media_profiles.xml
+++ b/media_profiles.xml
@@ -251,7 +251,7 @@
minChannels="1" maxChannels="1" />
<AudioEncoderCap name="amrnb" enabled="true"
- minBitRate="5525" maxBitRate="12200"
+ minBitRate="4750" maxBitRate="12200"
minSampleRate="8000" maxSampleRate="8000"
minChannels="1" maxChannels="1" />
diff --git a/media_profiles_korea.xml b/media_profiles_korea.xml
index 7c00e3c..c718d00 100644
--- a/media_profiles_korea.xml
+++ b/media_profiles_korea.xml
@@ -251,7 +251,7 @@
minChannels="1" maxChannels="1" />
<AudioEncoderCap name="amrnb" enabled="true"
- minBitRate="5525" maxBitRate="12200"
+ minBitRate="4750" maxBitRate="12200"
minSampleRate="8000" maxSampleRate="8000"
minChannels="1" maxChannels="1" />