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

Commit c07073b8 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

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

parents f1b2a9b6 31988edd
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]);