summaryrefslogtreecommitdiffstats
path: root/media_profiles.xml
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2012-07-16 14:20:56 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2012-07-16 14:20:56 +0700
commitba299841084273232a459a1fb79b0d7eed306dd2 (patch)
tree70b06336b399dab069d381dc104db675c880a2bc /media_profiles.xml
parenta519f2f1fadfde6e4dad8b4452ee6094f90cd6dd (diff)
downloaddevice_samsung_aries-common-ba299841084273232a459a1fb79b0d7eed306dd2.zip
device_samsung_aries-common-ba299841084273232a459a1fb79b0d7eed306dd2.tar.gz
device_samsung_aries-common-ba299841084273232a459a1fb79b0d7eed306dd2.tar.bz2
aries-common: fix HD recording (media_profiles)
Change-Id: I186be40f3702393932fa72a9ea266e40d645a035
Diffstat (limited to 'media_profiles.xml')
-rw-r--r--media_profiles.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/media_profiles.xml b/media_profiles.xml
index c3bb5b3..1d6e38a 100644
--- a/media_profiles.xml
+++ b/media_profiles.xml
@@ -250,9 +250,9 @@
or query the capabilities of the codec at all if it is disabled
-->
<VideoEncoderCap name="h264" enabled="true"
- minBitRate="64000" maxBitRate="3000000"
- minFrameWidth="176" maxFrameWidth="720"
- minFrameHeight="144" maxFrameHeight="480"
+ minBitRate="64000" maxBitRate="12000000"
+ minFrameWidth="176" maxFrameWidth="1280"
+ minFrameHeight="144" maxFrameHeight="720"
minFrameRate="15" maxFrameRate="30" />
<VideoEncoderCap name="h263" enabled="true"