Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libpag
/ WriteMP4Header
Method
WriteMP4Header
src/codec/mp4/MP4BoxHelper.cpp:180–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
}
179
180
void MP4BoxHelper::WriteMP4Header(VideoSequence* videoSequence) {
181
videoSequence->MP4Header = MakeMP4Data(videoSequence, false).release();
182
}
183
} // namespace pag
Callers
nothing calls this directly
Calls
2
MakeMP4Data
Function · 0.85
release
Method · 0.45
Tested by
no test coverage detected