MCPcopy 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
180void MP4BoxHelper::WriteMP4Header(VideoSequence* videoSequence) {
181 videoSequence->MP4Header = MakeMP4Data(videoSequence, false).release();
182}
183} // namespace pag

Callers

nothing calls this directly

Calls 2

MakeMP4DataFunction · 0.85
releaseMethod · 0.45

Tested by

no test coverage detected