media/library/extractor
tonihei 284bf97007 Fix timestamp comparison for seeks in fMP4
When seeking in fMP4, we try to extract as little samples as possible
by only starting at the preceding sync frame. This comparison should
use <= to allow sync frames at exactly the seek position.

Issue: google/ExoPlayer#10941

#minor-release

PiperOrigin-RevId: 505098172
(cherry picked from commit ac3017b580)
2023-02-02 13:18:47 +00:00
..
src Fix timestamp comparison for seeks in fMP4 2023-02-02 13:18:47 +00:00
build.gradle Annotate methods that always return this with @CanIgnoreReturnValue 2022-07-21 16:24:07 +01:00
proguard-rules.txt Add remaining proguard config tests. 2020-11-27 11:08:34 +00:00
README.md Tidy READMEs 2021-10-26 14:08:21 +01:00

Extractor module

Provides media container extractors and related utilities. Application code will not normally need to depend on this module directly.