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

Commit b415c733 authored by kyungmin.jun's avatar kyungmin.jun Committed by android-build-merger
Browse files

Merge "Fix sw mpeg4 codec crash when p-vop of mp4-dp type is at first after...

Merge "Fix sw mpeg4 codec crash when p-vop of mp4-dp type  is at first after resubmit csd" am: a3db2b4c
am: a492fd67

Change-Id: I4646c754f7f8682cfde189c3b3baa281c3a84a44
parents f248f21d a492fd67
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -382,6 +382,7 @@ void SoftMPEG4::onPortFlushCompleted(OMX_U32 portIndex) {
    if (portIndex == 0 && mInitialized) {
        CHECK_EQ((int)PVResetVideoDecoder(mHandle), (int)PV_TRUE);
    }
    mFramesConfigured = false;
}

void SoftMPEG4::onReset() {