summaryrefslogtreecommitdiffstats
path: root/sec_mm
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-12-06 17:34:51 -0800
committerJames Dong <jdong@google.com>2010-12-06 17:42:34 -0800
commit6bbd1c5ecb1e7847adf42d824562c96d2b13f5ca (patch)
tree8fa4ff722a27ae4811b3dba83d0c328d1dca08ab /sec_mm
parentcdc14931846a2720382b1d02c3da18c8d334c541 (diff)
downloaddevice_samsung_crespo-6bbd1c5ecb1e7847adf42d824562c96d2b13f5ca.zip
device_samsung_crespo-6bbd1c5ecb1e7847adf42d824562c96d2b13f5ca.tar.gz
device_samsung_crespo-6bbd1c5ecb1e7847adf42d824562c96d2b13f5ca.tar.bz2
Switch to the default AVC video encoder level from 40 to 31 so that the recorded videos are playables on other phones
bug - 3259224 Change-Id: I9f26bea7456221b01d4cb358786ecad39e34dca4
Diffstat (limited to 'sec_mm')
-rw-r--r--sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/SEC_OMX_H264enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/SEC_OMX_H264enc.c b/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/SEC_OMX_H264enc.c
index 53c025c..239649e 100644
--- a/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/SEC_OMX_H264enc.c
+++ b/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/SEC_OMX_H264enc.c
@@ -966,7 +966,7 @@ OSCL_EXPORT_REF OMX_ERRORTYPE SEC_OMX_ComponentInit(OMX_HANDLETYPE hComponent, O
INIT_SET_SIZE_VERSION(&pH264Enc->AVCComponent[i], OMX_VIDEO_PARAM_AVCTYPE);
pH264Enc->AVCComponent[i].nPortIndex = i;
pH264Enc->AVCComponent[i].eProfile = OMX_VIDEO_AVCProfileBaseline;
- pH264Enc->AVCComponent[i].eLevel = OMX_VIDEO_AVCLevel4;
+ pH264Enc->AVCComponent[i].eLevel = OMX_VIDEO_AVCLevel31;
}
pOMXComponent->GetParameter = &SEC_MFC_H264Enc_GetParameter;