Skip to content

Commit

Permalink
Limit adaptive selections to same level of decoder support
Browse files Browse the repository at this point in the history
Adaptive video and audio selections will be limited to formats with
the same level of DecoderSupport and HardwareAccelatationSupport, unless
specifically allowed by new flags.

If different levels of decoder support are available, prefer primary
over fallback decoders and hardware-accelerated over software decoders
(in this order). For video, also prefer more efficient codecs, if both
are supported by hardware-accelerated primary decoders.

Issue: google/ExoPlayer#4835
Issue: google/ExoPlayer#9565
PiperOrigin-RevId: 422345048
  • Loading branch information
tonihei authored and icbaker committed Jan 25, 2022
1 parent a62a189 commit 3cfd24a
Show file tree
Hide file tree
Showing 2 changed files with 404 additions and 28 deletions.
Loading

0 comments on commit 3cfd24a

Please sign in to comment.