media/libraries/decoder
michaelkatz affbb7c57e Render last frame even if have not read BUFFER_FLAG_END_OF_STREAM
If the limited number of input buffers causes reading of all samples except the last one conveying end of stream, then the last frame will not be rendered.

PiperOrigin-RevId: 525974445
2023-04-24 11:29:00 +01:00
..
src Render last frame even if have not read BUFFER_FLAG_END_OF_STREAM 2023-04-24 11:29:00 +01:00
build.gradle Update to androidx.media3 2021-10-27 09:12:46 +01: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.