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

Commit 7c4d5982 authored by Harish Mahendrakar's avatar Harish Mahendrakar Committed by android-build-merger
Browse files

Merge "codecs: fix AVC decoder resolution change"

am: bf3058c5

* commit 'bf3058c5':
  codecs: fix AVC decoder resolution change

Change-Id: Ibd67a3fc0b0dee2d5453ec1aa9cbdbd830c6ca0a
parents ec946b8a bf3058c5
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;
            }