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

Commit 7cac3edc authored by Dan Austin's avatar Dan Austin Committed by Gerrit Code Review
Browse files

Merge "libstagefright : fix the bug of wrong value setting for slice-height"

parents 318dd9b8 e62ba9cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1495,7 +1495,7 @@ status_t StagefrightRecorder::setupVideoEncoder(
        format->setInt32("width", mVideoWidth);
        format->setInt32("height", mVideoHeight);
        format->setInt32("stride", mVideoWidth);
        format->setInt32("slice-height", mVideoWidth);
        format->setInt32("slice-height", mVideoHeight);
        format->setInt32("color-format", OMX_COLOR_FormatAndroidOpaque);

        // set up time lapse/slow motion for surface source