media/libraries/test_data/src/test/assets
ibaker 5266c71b3a Fix handling of multiple HEVC tracks in JPEG motion photos
The MP4 data in JPEG motion photos can contain multiple `video/hevc` tracks, but only the first is at a playable frame rate while the others are low-fps, high-res tracks designed for specific use-cases (not direct video playback).

ExoPlayer currently selects the unplayable track by default, because it
has a higher resolution. This change introduces a flag to
`Mp4Extractor` that results in the first video track being marked as
`ROLE_FLAG_MAIN`, and all subsequent video tracks `ROLE_FLAG_ALTERNATE`
- this then results in the playable lower-res track being selected by
default.

PiperOrigin-RevId: 589832072
2023-12-11 08:31:13 -08:00
..
audiosinkdumps Map VORBIS channel layout to Android layout 2023-12-05 03:01:32 -08:00
extractordumps Fix handling of multiple HEVC tracks in JPEG motion photos 2023-12-11 08:31:13 -08:00
media Transformer: Add support for transmuxing audio in trim optimization 2023-12-07 02:18:21 -08:00
muxerdumps Updated golden file tests and readded constructor 2023-10-17 11:42:33 +00:00
playbackdumps Fix handling of multiple HEVC tracks in JPEG motion photos 2023-12-11 08:31:13 -08:00
transformerdumps Transformer: Add support for transmuxing audio in trim optimization 2023-12-07 02:18:21 -08:00