Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit daf30337 authored by Eric Laurent's avatar Eric Laurent Committed by Android Git Automerger
Browse files

am 5f6f5b7d: Merge "stagefright: discard audio at start of capture" into jb-mr1-dev

* commit '5f6f5b7d':
  stagefright: discard audio at start of capture
parents 8e8f9758 c07073b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -373,7 +373,7 @@ MediaProfiles::getCameraId(const char** atts)

void MediaProfiles::addStartTimeOffset(int cameraId, const char** atts)
{
    int offsetTimeMs = 700;
    int offsetTimeMs = 1000;
    if (atts[2]) {
        CHECK(!strcmp("startOffsetMs", atts[2]));
        offsetTimeMs = atoi(atts[3]);