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

Commit 5dbe5006 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
am: b415c733

Change-Id: I49b55bd444025268a88f1ac46e42640d5d107471
parents d827ceaf b415c733
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() {