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

Commit 29c91219 authored by Harish Mahendrakar's avatar Harish Mahendrakar
Browse files

codecs: fix AVC decoder resolution change

Change-Id: I55f931b39fbeb78b908c5658fca5a11fe7a61380
parent e7d3c72f
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;
            }