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

Commit 10685e62 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove unused functions from libstagefright_m4vh263dec"

parents 98f98495 025e271f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ cc_library_static {
        "-DOSCL_IMPORT_REF=",

        "-Werror",
        "-DDEC_NOPOSTPROC",
    ],

    version_script: "exports.lds",
+7 −0
Original line number Diff line number Diff line
@@ -830,7 +830,14 @@ uint32 PVGetVideoTimeStamp(VideoDecControls *decCtrl)
OSCL_EXPORT_REF void PVSetPostProcType(VideoDecControls *decCtrl, int mode)
{
    VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData;
#ifdef PV_POSTPROC_ON
    video->postFilterType = mode;
#else
    if (mode != 0) {
        ALOGE("Post processing filters are not supported");
    }
    video->postFilterType = 0;
#endif
}