media/libraries/decoder
tonihei 7e9ca0bf74 Deprecate decode-only flag.
The flag is no longer used by our components and only set and checked
in a few places to guarantee compatiblity with existing renderers and
decoders that still use it.

The flag will be removed in the future due to its design limitations.

#minor-release

PiperOrigin-RevId: 571291168
(cherry picked from commit 89d01981bc)
2023-10-06 15:57:25 +01:00
..
src Deprecate decode-only flag. 2023-10-06 15:57:25 +01:00
build.gradle Remove exoplayer2-only javadoc machinery from media3 2023-06-05 09:47:58 +00:00
README.md Fix javadoc links in media README files 2023-03-30 17:26:40 +00:00

Decoder module

Provides a decoder abstraction. Application code will not normally need to depend on this module directly.