diff options
author | jt1134 <jt1134@gmail.com> | 2013-02-02 12:39:32 -0600 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | 2013-02-02 10:51:31 -0800 |
commit | eeae877a1c97cf6bb77e820bed8a7beb09a21317 (patch) | |
tree | 50bc38442e85339b04550fb4990d0331ad509715 | |
parent | 0c5e4d558a8d2b7d2fff05990290cd93ba22ab6b (diff) | |
download | device_samsung_aries-common-eeae877a1c97cf6bb77e820bed8a7beb09a21317.zip device_samsung_aries-common-eeae877a1c97cf6bb77e820bed8a7beb09a21317.tar.gz device_samsung_aries-common-eeae877a1c97cf6bb77e820bed8a7beb09a21317.tar.bz2 |
aries-common: remove qcif video encoder from rear camera's profile
This is not a valid profile for the ce147, and causes a crash when
selecting "Capture video" from the MMS app's attachment option due
to the app selecting the lowest "supported" video resolution.
Change-Id: I5025e7729690900952ed5bdbcdc625b08784e199
-rw-r--r-- | media_profiles.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/media_profiles.xml b/media_profiles.xml index 1d6e38a..43f95c1 100644 --- a/media_profiles.xml +++ b/media_profiles.xml @@ -115,20 +115,6 @@ channels="1" /> </EncoderProfile> - <EncoderProfile quality="qcif" fileFormat="3gp" duration="30"> - <Video codec="h264" - bitRate="256000" - width="176" - height="144" - frameRate="30" /> - - <Audio codec="amrnb" - bitRate="12200" - sampleRate="8000" - channels="1" /> - - </EncoderProfile> - <EncoderProfile quality="timelapse720p" fileFormat="mp4" duration="60"> <Video codec="h264" bitRate="10000000" @@ -157,19 +143,6 @@ channels="1" /> </EncoderProfile> - <EncoderProfile quality="timelapseqcif" fileFormat="3gp" duration="30"> - <Video codec="h264" - bitRate="256000" - width="176" - height="144" - frameRate="30" /> - <!-- Audio settings are not used for timealpse video recording --> - <Audio codec="amrnb" - bitRate="12200" - sampleRate="8000" - channels="1" /> - </EncoderProfile> - <ImageEncoding quality="90" /> <ImageEncoding quality="80" /> <ImageEncoding quality="70" /> |