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

Commit 7d52c670 authored by Guillaume Chelfi's avatar Guillaume Chelfi Committed by Automerger Merge Worker
Browse files

Merge "m4v_enc: Fix level setparam issue" am: d6386ac0 am: 43bc1319

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1853660

Change-Id: I1fcbddac99792425a23f02a72b9b625d2b00a93b
parents b7027173 43bc1319
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -354,7 +354,7 @@ OMX_ERRORTYPE SoftMPEG4Encoder::internalSetParameter(
            }

            if (mpeg4type->eProfile != OMX_VIDEO_MPEG4ProfileCore ||
                mpeg4type->eLevel != OMX_VIDEO_MPEG4Level2 ||
                mpeg4type->eLevel > OMX_VIDEO_MPEG4Level2 ||
                (mpeg4type->nAllowedPictureTypes & OMX_VIDEO_PictureTypeB) ||
                mpeg4type->nBFrames != 0 ||
                mpeg4type->nIDCVLCThreshold != 0 ||