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

Commit b18e25e4 authored by Aarti Gaikwad's avatar Aarti Gaikwad Committed by Guillaume Chelfi
Browse files

m4v_enc: Fix level setparam issue

nv-review-module multimedia
nv-sub-module mm_misc
nv-target NVIDIA
nv-upstream no
nv-patchtype feature-fix
nv-feature AFWORK-370
nv-proprietary false
nv-upgrade-required TBD

Bug 201380458

Change-Id: I5fc4a934f7db14d8db193889848ba2bb32cfbe29
parent 3053faae
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 ||