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

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

am b5213840: am 7cac3edc: Merge "libstagefright : fix the bug of wrong value...

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

* commit 'b5213840':
  libstagefright : fix the bug of wrong value setting for slice-height
parents 500d282a b5213840
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