| 57 | using namespace reader; |
| 58 | |
| 59 | std::string to_string(SliceType sliceType) { return sliceTypeCoding.getMeaning(sliceType); } |
| 60 | |
| 61 | void slice_segment_header::parse(SubByteReaderLogging & reader, |
| 62 | bool firstAUInDecodingOrder, |
no test coverage detected