Update git submodules
* Update frameworks/support from branch 'androidx-main'
to 2018ef4e775481569b0ebf5af9da728ff44b9184
- Merge "Create codec by mime type as fallback" into androidx-main
- Create codec by mime type as fallback
Use MediaCodec.createEncoderByType(mimeType) to create video codec
if EncoderFinder#findEncoderForFormat returns a null (codec name).
Create EncoderFinderTest to detect the
"EncoderFinder#findEncoderForFormat() return null" case.
Bug: 221209395
Test: EncoderFinderTest, SupportedQualitiesVerificationTest
Change-Id: I6883268e3fa718dff7a4c2811ed2a27a6ae3dfca
Loading
Please sign in to comment