summaryrefslogtreecommitdiffstats
path: root/media_profiles.xml
diff options
context:
space:
mode:
authorRajneesh Chowdury <rajneeshc@google.com>2011-11-15 17:09:55 -0800
committerRajneesh Chowdury <rajneeshc@google.com>2011-11-15 17:09:55 -0800
commitea41f20a3a35584c0263cd05f7746bdc51f98199 (patch)
tree5a4affb78ef3865683beddfca61ceb0e9e8fb532 /media_profiles.xml
parent5bc7ffa38e4bce801c2d8c828d3809c00d2fb0c4 (diff)
downloaddevice_samsung_crespo-ea41f20a3a35584c0263cd05f7746bdc51f98199.zip
device_samsung_crespo-ea41f20a3a35584c0263cd05f7746bdc51f98199.tar.gz
device_samsung_crespo-ea41f20a3a35584c0263cd05f7746bdc51f98199.tar.bz2
Fix for 5603113 profiles and levels in media_profile.xml are not matched with the HW codec capability.
Change-Id: I4444cc1246ce7ae03369e03904267db6435dd386
Diffstat (limited to 'media_profiles.xml')
-rw-r--r--media_profiles.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/media_profiles.xml b/media_profiles.xml
index 2ff2124..67fe1a1 100644
--- a/media_profiles.xml
+++ b/media_profiles.xml
@@ -282,20 +282,20 @@
The VideoEditor Export codec profile and level values
correspond to the values in OMX_Video.h.
E.g. for h264, profile value 1 means OMX_VIDEO_AVCProfileBaseline
- and level 256 means OMX_VIDEO_AVCLevel3.
+ and level 2048 means OMX_VIDEO_AVCLevel4.
Please note that the values are in decimal.
These values are for video encoder.
-->
<!--
- Codec = h.264, Baseline profile, level 3
+ Codec = h.264, Baseline profile, level 4
-->
- <ExportVideoProfile name="h264" profile= "1" level="256"/>
+ <ExportVideoProfile name="h264" profile= "1" level="2048"/>
<!--
Codec = h.263, Baseline profile, level 0
-->
<ExportVideoProfile name="h263" profile= "1" level="1"/>
<!--
- Codec = mpeg4, Simple profile, level 3
+ Codec = mpeg4, Simple profile, level 5
-->
- <ExportVideoProfile name="m4v" profile= "1" level="16"/>
+ <ExportVideoProfile name="m4v" profile= "1" level="128"/>
</MediaSettings>