diff options
| author | Divya Narayanan Poojary <dnaray@codeaurora.org> | 2016-08-18 10:51:56 +0000 |
|---|---|---|
| committer | rohan <purohit.rohan@gmail.com> | 2016-12-11 00:41:02 +0530 |
| commit | cbfbbff5e0738bce057efbda1656fe9dce244226 (patch) | |
| tree | 97838d8b15ee6b06388e978477d87d6d6b2cd9a8 | |
| parent | 64363959313efddd9ece50b8a5535a7059715bfc (diff) | |
ferrari: remove startOffsetMs from media_profile
Remove startOffsetMs from media_profile to avoid capturing the video record tone while recording the video with CamCorder
Change-Id: Id72e812cc2adaa9338ca5aec8cbe874575bd3bb0
| -rw-r--r-- | configs/media_profiles.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/media_profiles.xml b/configs/media_profiles.xml index e0b0a54..fd01288 100644 --- a/configs/media_profiles.xml +++ b/configs/media_profiles.xml @@ -84,7 +84,7 @@ <MediaSettings> <!-- Each camcorder profile defines a set of predefined configuration parameters --> <!-- Back Camera --> - <CamcorderProfiles cameraId="0" startOffsetMs="300"> + <CamcorderProfiles cameraId="0"> <EncoderProfile quality="low" fileFormat="3gp" duration="30"> <Video codec="h264" @@ -283,7 +283,7 @@ </CamcorderProfiles> <!-- Front Camera --> - <CamcorderProfiles cameraId="1" startOffsetMs="300"> + <CamcorderProfiles cameraId="1"> <EncoderProfile quality="low" fileFormat="3gp" duration="30"> <Video codec="h264" |
