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

Method getPictureTypeString

YUViewLib/src/parser/Mpeg2/picture_header.cpp:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87std::string picture_header::getPictureTypeString() const
88{
89 if (this->picture_coding_type < picture_coding_type_meaning.size())
90 return picture_coding_type_meaning[this->picture_coding_type];
91 return {};
92}
93
94} // namespace parser::mpeg2

Callers 1

parseAndAddNALUnitMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected