media/library/common
kimvde 045048f6f5 Fall back to AVC/HEVC for Dolby Vision levels 10-13
Before, the level was set to null in this case.
MediaCodecUtil.getCodecProfileAndLevel() was therefore returning null
and the fallback to AVC/HEVC was not enabled in MediaCodecVideoRenderer.

Issue:#8530
PiperOrigin-RevId: 355574499
2021-02-04 16:19:46 +00:00
..
src Fall back to AVC/HEVC for Dolby Vision levels 10-13 2021-02-04 16:19:46 +00:00
build.gradle Make Cronet extension depend only on common 2021-02-01 22:56:05 +00:00
proguard-rules.txt Refine ProGuard config workaround for Function 2021-02-03 15:49:10 +00:00
README.md Split out extractor and common modules 2020-01-24 18:15:19 +00:00

ExoPlayer common library module

Common code used by other ExoPlayer modules.

  • Javadoc: Note that this Javadoc is combined with that of other modules.