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

Commit b5213840 authored by Dan Austin's avatar Dan Austin Committed by Android Git Automerger
Browse files

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

* commit '7cac3edc':
  libstagefright : fix the bug of wrong value setting for slice-height
parents 0425327d 7cac3edc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1535,7 +1535,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