summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-11-08 07:00:31 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2011-11-08 07:00:31 +0000
commit13e56768755b79c521bf7f5236c277d1144fae7d (patch)
tree5c5470b52580c8c9b1c884b7b4e1d9f05dfa6fa1
parent1aacc36742574482b67fda5e49829c7bbfe0c901 (diff)
parentab1d30487ebeed006a73ddfc8227fdbd88d5af5d (diff)
downloaddevice_samsung_crespo-13e56768755b79c521bf7f5236c277d1144fae7d.zip
device_samsung_crespo-13e56768755b79c521bf7f5236c277d1144fae7d.tar.gz
device_samsung_crespo-13e56768755b79c521bf7f5236c277d1144fae7d.tar.bz2
am ab1d3048: Merge "Fix two issues in the media_profiles.xml file for crespo:" into ics-mr1
* commit 'ab1d30487ebeed006a73ddfc8227fdbd88d5af5d': Fix two issues in the media_profiles.xml file for crespo:
-rw-r--r--media_profiles.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/media_profiles.xml b/media_profiles.xml
index 576bddc..b59682e 100644
--- a/media_profiles.xml
+++ b/media_profiles.xml
@@ -223,21 +223,21 @@
-->
<VideoEncoderCap name="h264" enabled="true"
minBitRate="64000" maxBitRate="3000000"
- minFrameWidth="176" maxFrameWidth="800"
+ minFrameWidth="176" maxFrameWidth="720"
minFrameHeight="144" maxFrameHeight="480"
- minFrameRate="1" maxFrameRate="30" />
+ minFrameRate="15" maxFrameRate="30" />
<VideoEncoderCap name="h263" enabled="true"
minBitRate="64000" maxBitRate="1000000"
- minFrameWidth="176" maxFrameWidth="800"
+ minFrameWidth="176" maxFrameWidth="720"
minFrameHeight="144" maxFrameHeight="480"
- minFrameRate="1" maxFrameRate="30" />
+ minFrameRate="15" maxFrameRate="30" />
<VideoEncoderCap name="m4v" enabled="true"
minBitRate="64000" maxBitRate="2000000"
- minFrameWidth="176" maxFrameWidth="800"
+ minFrameWidth="176" maxFrameWidth="720"
minFrameHeight="144" maxFrameHeight="480"
- minFrameRate="1" maxFrameRate="30" />
+ minFrameRate="15" maxFrameRate="30" />
<AudioEncoderCap name="aac" enabled="true"
minBitRate="8192" maxBitRate="96000"