libstagefright: Fix crash for video clip having initial frames
corrupted For one of use case, Initial frame is corrupted and threafter there is resolution change detected. During resolution change handling, one frame is locked by AwesomePlayer and parallely OMXCodec tries to free this buffer. which leads to forced crash. Fix: ALL FBD buffer with corrupt flag are dropperd. Change-Id: Ic18ed9ae51a93966b9e2fcfe068b3018393f37ed
Loading
Please register or sign in to comment