diff options
author | kristof.petho <kristof.petho@gmail.com> | 2012-12-17 22:25:32 +0100 |
---|---|---|
committer | kristof.petho <kristof.petho@gmail.com> | 2012-12-17 22:25:32 +0100 |
commit | f23a4575298494074e20eb2b2d5c229a22db9254 (patch) | |
tree | 5ba0b1cb60f12b714cfc305869460469f8369ffc | |
parent | ddb15e658e8b1dbee21a3b60d0cb6e4f198ed2d0 (diff) | |
download | device_samsung_smdk4412-common-f23a4575298494074e20eb2b2d5c229a22db9254.zip device_samsung_smdk4412-common-f23a4575298494074e20eb2b2d5c229a22db9254.tar.gz device_samsung_smdk4412-common-f23a4575298494074e20eb2b2d5c229a22db9254.tar.bz2 |
media_profiles.xml cleanup
Removed lines define same 1080p HD
as lines 157-168.
Change-Id: Ie1dcf38c573e4702af44329d7223434612dbafde
-rw-r--r-- | configs/media_profiles.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/configs/media_profiles.xml b/configs/media_profiles.xml index 8f2a46b..9189098 100644 --- a/configs/media_profiles.xml +++ b/configs/media_profiles.xml @@ -102,19 +102,6 @@ channels="1" /> </EncoderProfile> - <EncoderProfile quality="high" fileFormat="mp4" duration="30"> - <Video codec="h264" - bitRate="17000000" - width="1920" - height="1080" - frameRate="30" /> - - <Audio codec="aac" - bitRate="128000" - sampleRate="48000" - channels="1" /> - </EncoderProfile> - <EncoderProfile quality="qcif" fileFormat="mp4" duration="30"> <Video codec="h264" bitRate="384000" |