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

Commit a492fd67 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 resubmit csd"

am: a3db2b4c

Change-Id: I502eb7be6ad5661f98aa41a29c0c11d421e738fd
parents eb20f50e a3db2b4c
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() {