[fix] fix OBU_TEMPORAL_DELIMITER and OBU_SEQUENCE_HEADER obu data building

This commit is contained in:
dijunkun
2024-10-14 17:31:08 +08:00
parent 6bda59b1a7
commit c13cffb58e
4 changed files with 30 additions and 13 deletions

View File

@@ -25,6 +25,7 @@ class ByteBufferReader {
bool ReadBytes(char* val, size_t len);
bool ReadUInt8(uint8_t* val);
bool ReadUVarint(uint64_t* val);
bool ReadUVarint2(uint64_t* val, size_t* len);
bool Consume(size_t size);