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

Commit a34a5cca authored by Harish Mahendrakar's avatar Harish Mahendrakar Committed by Wonsik Kim
Browse files

codecs: fix AVC decoder resolution change

Bug: 28679582
Change-Id: I55f931b39fbeb78b908c5658fca5a11fe7a61380
(cherry picked from commit 8e749bc7a29044529792b8f32e37b349647855bc)
parent 0d0a8b48
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -638,6 +638,8 @@ void SoftAVC::onQueueFilled(OMX_U32 portIndex) {
                mChangingResolution = false;
                resetDecoder();
                resetPlugin();
                mStride = outputBufferWidth();
                setParams(mStride);
                continue;
            }