MCPcopy Create free account
hub / github.com/IENT/YUView / parse

Method parse

YUViewLib/src/parser/Mpeg2/group_of_pictures_header.cpp:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40using namespace parser::reader;
41
42void group_of_pictures_header::parse(SubByteReaderLogging &reader)
43{
44 SubByteReaderLoggingSubLevel subLevel(reader, "group_of_pictures_header");
45
46 this->time_code = reader.readBits("time_code", 25);
47 this->closed_gop = reader.readFlag("closed_gop");
48 this->broken_link = reader.readFlag("broken_link");
49}
50
51} // namespace parser::mpeg2

Callers

nothing calls this directly

Calls 2

readFlagMethod · 0.80
readBitsMethod · 0.45

Tested by

no test coverage detected