-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #313 from pengbins:fix_ts_h265reader_parse_sps
PiperOrigin-RevId: 527259619
- Loading branch information
Showing
11 changed files
with
317 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
81 changes: 81 additions & 0 deletions
81
libraries/test_data/src/test/assets/extractordumps/ts/sample_h265_rps_pred.ts.0.dump
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
seekMap: | ||
isSeekable = true | ||
duration = 1000000 | ||
getPosition(0) = [[timeUs=0, position=0]] | ||
getPosition(1) = [[timeUs=1, position=0]] | ||
getPosition(500000) = [[timeUs=500000, position=7134]] | ||
getPosition(1000000) = [[timeUs=1000000, position=14457]] | ||
numberOfTracks = 1 | ||
track 256: | ||
total output bytes = 10004 | ||
sample count = 15 | ||
format 0: | ||
id = 1/256 | ||
sampleMimeType = video/hevc | ||
codecs = hvc1.1.6.L63.90 | ||
width = 914 | ||
height = 686 | ||
pixelWidthHeightRatio = 1.0003651 | ||
initializationData: | ||
data = length 146, hash 61554FEF | ||
sample 0: | ||
time = 266666 | ||
flags = 1 | ||
data = length 7464, hash EBF8518B | ||
sample 1: | ||
time = 1200000 | ||
flags = 0 | ||
data = length 1042, hash F69C93E1 | ||
sample 2: | ||
time = 733333 | ||
flags = 0 | ||
data = length 465, hash 2B469969 | ||
sample 3: | ||
time = 466666 | ||
flags = 0 | ||
data = length 177, hash 79777966 | ||
sample 4: | ||
time = 333333 | ||
flags = 0 | ||
data = length 65, hash 63DA4886 | ||
sample 5: | ||
time = 400000 | ||
flags = 0 | ||
data = length 33, hash EFE759C6 | ||
sample 6: | ||
time = 600000 | ||
flags = 0 | ||
data = length 88, hash 98333D02 | ||
sample 7: | ||
time = 533333 | ||
flags = 0 | ||
data = length 49, hash F9A023E1 | ||
sample 8: | ||
time = 666666 | ||
flags = 0 | ||
data = length 58, hash 74F1E9D9 | ||
sample 9: | ||
time = 933333 | ||
flags = 0 | ||
data = length 114, hash FA033C4D | ||
sample 10: | ||
time = 800000 | ||
flags = 0 | ||
data = length 87, hash 1A1C57E4 | ||
sample 11: | ||
time = 866666 | ||
flags = 0 | ||
data = length 65, hash 59F937BE | ||
sample 12: | ||
time = 1066666 | ||
flags = 0 | ||
data = length 94, hash 5D02AC81 | ||
sample 13: | ||
time = 1000000 | ||
flags = 0 | ||
data = length 57, hash 2750D207 | ||
sample 14: | ||
time = 1133333 | ||
flags = 0 | ||
data = length 46, hash CE770A40 | ||
tracksEnded = true |
Oops, something went wrong.