mirror of
https://github.com/samsonjs/media.git
synced 2026-04-05 11:15:46 +00:00
Move SampleTableBoxesTest.java into third_party/.../muxer/...
Following changes are included: 1. Move test file into third_party/.../muxer/... 2. Rewrite tests for stts box and stsz box to use dump file infra instead of Mp4Slicer. 3. Remove existing test cases related to stts box which are kind of duplicate as it tries to cover the scenarios which are already covered by "DurationsVuForStts" related test cases. PiperOrigin-RevId: 510977119
This commit is contained in:
parent
ac12b96f11
commit
a33b0d64c1
4 changed files with 8 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
stsz (36 bytes):
|
||||
Data = length 28, hash 2257E30F
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
stts (48 bytes):
|
||||
Data = length 40, hash 558A08D9
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
stts (32 bytes):
|
||||
Data = length 24, hash AA341F5
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
stts (24 bytes):
|
||||
Data = length 16, hash E4FC6496
|
||||
Loading…
Reference in a new issue