frameworks/av: Mediacodec initialization check in QCUtils
- Mediaserver crash is observed while playing wma10pro clips on MM stability stress - 8x10 device is not supporting wma10pro format from openmax which is resulting component creation fail. However in this case multiaac decoder component is creating which is resulting crash - On QCUtils::helper_addMediaCodec without intialzing the codec we are trying to add codec capabilities which is resulting wrong codec capabilities to assign for multiaac decoder Added initializarion & flags check to fix the issue Change-Id: I8a61d658bcbebf53a59a30bd6d812b4dafec46c6 CRs-Fixed: 552817
Loading
Please register or sign in to comment