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

Commit 4bb320ab authored by kyungmin.jun's avatar kyungmin.jun Committed by Kyungmin Jun
Browse files

Fix sw mpeg4 codec crash when p-vop of mp4-dp type is at first after resubmit csd

Bug:122799556
Test:pass mp4-dp type contents test
Signed-off-by : Kyungmin Jun <kyungmin.jun@lge.com>

Change-Id: I3a407eb2ed25fa256ca38de67eceb32b365c612c
parent 55e72131
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() {