Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f2639cc6
authored
Apr 04, 2023
by
sheenachhabra
Committed by
Marc Baechinger
Apr 05, 2023
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Remove edit box functionality from Mp4Muxer
PiperOrigin-RevId: 521731485
parent
1124b180
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
72 additions
and
11 deletions
testdata/src/test/assets/muxerdumps/elst_box.dump
testdata/src/test/assets/muxerdumps/mp4_with_edit_box.mp4.dump → testdata/src/test/assets/muxerdumps/mp4_with_different_tracks_offset.mp4.dump
testdata/src/test/assets/muxerdumps/mp4_with_same_tracks_offset.mp4.dump
testdata/src/test/assets/muxerdumps/elst_box.dump
deleted
100644 → 0
View file @
1124b180
elst (40 bytes):
Data = length 32, hash F38A64ED
testdata/src/test/assets/muxerdumps/mp4_with_
edit_box
.mp4.dump
→
testdata/src/test/assets/muxerdumps/mp4_with_
different_tracks_offset
.mp4.dump
View file @
f2639cc6
seekMap:
seekMap:
isSeekable = true
isSeekable = true
duration =
1
00
duration =
2
00
getPosition(0) = [[timeUs=0, position=44]]
getPosition(0) = [[timeUs=0, position=44]]
getPosition(1) = [[timeUs=0, position=44]]
getPosition(1) = [[timeUs=0, position=44]
, [timeUs=100, position=99]
]
getPosition(
50) = [[timeUs=0, position=44
]]
getPosition(
100) = [[timeUs=100, position=99
]]
getPosition(
100) = [[timeUs=0, position=44
]]
getPosition(
200) = [[timeUs=100, position=99
]]
numberOfTracks = 2
numberOfTracks = 2
track 0:
track 0:
total output bytes =
55
total output bytes =
110
sample count =
1
sample count =
2
format 0:
format 0:
id = 1
id = 1
sampleMimeType = video/avc
sampleMimeType = video/avc
...
@@ -16,16 +16,21 @@ track 0:
...
@@ -16,16 +16,21 @@ track 0:
maxInputSize = 85
maxInputSize = 85
width = 12
width = 12
height = 10
height = 10
frameRate = 20000.0
initializationData:
initializationData:
data = length 24, hash 7F12E259
data = length 24, hash 7F12E259
data = length 5, hash 1B4D906
data = length 5, hash 1B4D906
sample 0:
sample 0:
time = 0
time = 0
flags = 1
data = length 55, hash A481CEF4
sample 1:
time = 100
flags = 536870913
flags = 536870913
data = length 55, hash A481CEF4
data = length 55, hash A481CEF4
track 1:
track 1:
total output bytes =
55
total output bytes =
110
sample count =
1
sample count =
2
format 0:
format 0:
id = 2
id = 2
sampleMimeType = video/avc
sampleMimeType = video/avc
...
@@ -33,11 +38,16 @@ track 1:
...
@@ -33,11 +38,16 @@ track 1:
maxInputSize = 85
maxInputSize = 85
width = 12
width = 12
height = 10
height = 10
frameRate = 10000.0
initializationData:
initializationData:
data = length 24, hash 7F12E259
data = length 24, hash 7F12E259
data = length 5, hash 1B4D906
data = length 5, hash 1B4D906
sample 0:
sample 0:
time = 100
time = 0
flags = 1
data = length 55, hash A481CEF4
sample 1:
time = 200
flags = 536870913
flags = 536870913
data = length 55, hash A481CEF4
data = length 55, hash A481CEF4
tracksEnded = true
tracksEnded = true
testdata/src/test/assets/muxerdumps/mp4_with_same_tracks_offset.mp4.dump
0 → 100644
View file @
f2639cc6
seekMap:
isSeekable = true
duration = 200
getPosition(0) = [[timeUs=0, position=44]]
getPosition(1) = [[timeUs=0, position=44], [timeUs=100, position=99]]
getPosition(100) = [[timeUs=100, position=99]]
getPosition(200) = [[timeUs=100, position=99]]
numberOfTracks = 2
track 0:
total output bytes = 110
sample count = 2
format 0:
id = 1
sampleMimeType = video/avc
codecs = avc1.9B2BF3
maxInputSize = 85
width = 12
height = 10
frameRate = 20000.0
initializationData:
data = length 24, hash 7F12E259
data = length 5, hash 1B4D906
sample 0:
time = 0
flags = 1
data = length 55, hash A481CEF4
sample 1:
time = 100
flags = 536870913
data = length 55, hash A481CEF4
track 1:
total output bytes = 110
sample count = 2
format 0:
id = 2
sampleMimeType = video/avc
codecs = avc1.9B2BF3
maxInputSize = 85
width = 12
height = 10
frameRate = 10000.0
initializationData:
data = length 24, hash 7F12E259
data = length 5, hash 1B4D906
sample 0:
time = 0
flags = 1
data = length 55, hash A481CEF4
sample 1:
time = 200
flags = 536870913
data = length 55, hash A481CEF4
tracksEnded = true
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment