mirror of
https://github.com/samsonjs/media.git
synced 2026-04-12 12:25:47 +00:00
Following changes are included: 1. Added missing color information in HDR test case. 2. Corrected few namings in AudioBoxesTest.java. 3. Updated corresponding dump files. PiperOrigin-RevId: 508745206 |
||
|---|---|---|
| .. | ||
| audio_sample_entry_box_mp4a.dump | ||
| README.md | ||
| video_sample_entry_box_av1.dump | ||
| video_sample_entry_box_h264.dump | ||
| video_sample_entry_box_h265.dump | ||
| video_sample_entry_box_h265_hdr10.dump | ||
Muxer dump files
To generate a new dump file or to update an existing one:
- Change
DumpFileAsserts#DUMP_FILE_ACTIONtoWRITE_TO_LOCAL(for Robolectric tests) orWRITE_TO_DEVICE(for Instrumentation tests). - Re-run the test.
- Change
DumpFileAsserts#DUMP_FILE_ACTIONback toCOMPARE_WITH_EXISTING.