diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-05-27 13:55:13 +0200 |
---|---|---|
committer | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-05-27 13:55:13 +0200 |
commit | c77f464613519e4c21ed1da33f1f8670dc412567 (patch) | |
tree | b9df1ddaea51e548087a2091dd402846f8943be8 /configs | |
parent | 4124035c928b14e94fe728aabdcd9d2e48927233 (diff) | |
download | device_samsung_smdk4412-common-c77f464613519e4c21ed1da33f1f8670dc412567.zip device_samsung_smdk4412-common-c77f464613519e4c21ed1da33f1f8670dc412567.tar.gz device_samsung_smdk4412-common-c77f464613519e4c21ed1da33f1f8670dc412567.tar.bz2 |
smdk4412: use 2 channels on 480, 720 and 1080p
Change-Id: I5dbd825ec2c17c403a991bc5eb9bf275c033548c
Diffstat (limited to 'configs')
-rw-r--r-- | configs/media_profiles.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/media_profiles.xml b/configs/media_profiles.xml index 07b7ce7..41c5848 100644 --- a/configs/media_profiles.xml +++ b/configs/media_profiles.xml @@ -125,7 +125,7 @@ <Audio codec="aac" bitRate="128000" sampleRate="48000" - channels="1" /> + channels="2" /> </EncoderProfile> <EncoderProfile quality="720p" fileFormat="mp4" duration="30"> @@ -138,7 +138,7 @@ <Audio codec="aac" bitRate="128000" sampleRate="48000" - channels="1" /> + channels="2" /> </EncoderProfile> <EncoderProfile quality="1080p" fileFormat="mp4" duration="30"> @@ -151,7 +151,7 @@ <Audio codec="aac" bitRate="196000" sampleRate="48000" - channels="1" /> + channels="2" /> </EncoderProfile> <EncoderProfile quality="timelapselow" fileFormat="3gp" duration="30"> |