summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-11-07 22:57:21 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-11-07 22:57:21 -0800
commitab1d30487ebeed006a73ddfc8227fdbd88d5af5d (patch)
treef7b4fd88c0e4a716872da9917229c43f8726174d
parent56cd1b452a511e0ed76fdad317d41fdb19b19245 (diff)
parente2aa4fd72003e61c005636092c52154b5a8eff4e (diff)
downloaddevice_samsung_crespo-ab1d30487ebeed006a73ddfc8227fdbd88d5af5d.zip
device_samsung_crespo-ab1d30487ebeed006a73ddfc8227fdbd88d5af5d.tar.gz
device_samsung_crespo-ab1d30487ebeed006a73ddfc8227fdbd88d5af5d.tar.bz2
Merge "Fix two issues in the media_profiles.xml file for crespo:" into ics-mr1
-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"