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

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

Merge "codecs: fix AVC decoder resolution change"

parents f34b29d1 29c91219
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -628,6 +628,8 @@ void SoftAVC::onQueueFilled(OMX_U32 portIndex) {
                mChangingResolution = false;
                resetDecoder();
                resetPlugin();
                mStride = outputBufferWidth();
                setParams(mStride);
                continue;
            }