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

Commit a3db2b4c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 25b0f8dc 4bb320ab
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() {