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

Commit 4ba9e68f authored by Dheeraj Sharma's avatar Dheeraj Sharma Committed by Android Git Automerger
Browse files

am b8942108: Merge "Video Editor:Fix for 3375632" into honeycomb

* commit 'b8942108':
  Video Editor:Fix for 3375632
parents 7abd7429 b8942108
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -522,7 +522,7 @@ M4OSA_ERR videoBrowserPrepareFrame(M4OSA_Context pContext, M4OSA_UInt32* pTime)

    if (M4WAR_VIDEORENDERER_NO_NEW_FRAME == err)
    {
        err = M4NO_ERROR;
        return err;
    }
    CHECK_ERR(videoBrowserPrepareFrame, err) ;