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

Commit 26b224f6 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 am: 7d52c670

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

Change-Id: I9c1989a3ca903dac5e228278d8e16b7c2f8e6e52
parents cb9c039f 7d52c670
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 ||