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

Commit cd5a3d2f authored by Ram Mohan M's avatar Ram Mohan M Committed by android-build-merger
Browse files

Merge "Bug fix: timestamp deviation fail test" into oc-dev

am: 610bc72b

Change-Id: I407c9b8bd8b8b222d8c811078158a0523a0283ae
parents bfcfa005 610bc72b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -644,6 +644,7 @@ void SoftAVC::onQueueFilled(OMX_U32 portIndex) {
                handlePortSettingsChange(&portWillReset, width, height);
                if (portWillReset) {
                    resetDecoder();
                    resetPlugin();
                    return;
                }
            } else if (mUpdateColorAspects) {
+1 −0
Original line number Diff line number Diff line
@@ -635,6 +635,7 @@ void SoftHEVC::onQueueFilled(OMX_U32 portIndex) {

                if (portWillReset) {
                    resetDecoder();
                    resetPlugin();
                    return;
                }
            } else if (mUpdateColorAspects) {
+1 −0
Original line number Diff line number Diff line
@@ -752,6 +752,7 @@ void SoftMPEG2::onQueueFilled(OMX_U32 portIndex) {

                if (portWillReset) {
                    resetDecoder();
                    resetPlugin();
                    return;
                }
            } else if (mUpdateColorAspects) {