media/libraries/database
tonihei 2322462404 Do not trim audio samples by changing their timestamp
MP4 edit lists sometimes ask to start playback between two samples.
If this happens, we currently change the timestamp of the first
sample to zero to trim it (e.g. to display the first frame for a
slightly shorter period of time). However, we can't do this to audio
samples are they have an inherent duration and trimming them this
way is not possible.

#minor-release

PiperOrigin-RevId: 543420218
2023-06-29 22:50:04 +00:00
..
src Do not trim audio samples by changing their timestamp 2023-06-29 22:50:04 +00:00
README.md Fix javadoc links in media README files 2023-03-30 17:26:40 +00:00
build.gradle Remove exoplayer2-only javadoc machinery from media3 2023-06-05 09:47:58 +00:00

README.md

Common module

Provides database functionality for use by other media modules. Application code will not normally need to depend on this module directly.