ref: f3728f20eaab7fa844364b51d11b7899f27c11b1
dir: /third_party/libmkv/EbmlBufferWriter.h/
#ifndef EBMLBUFFERWRITER_HPP #define EBMLBUFFERWRITER_HPP typedef struct { unsigned long long offset; } EbmlLoc; typedef struct { unsigned char *buf; unsigned int length; unsigned int offset; } EbmlGlobal; void Ebml_StartSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc, unsigned long class_id); void Ebml_EndSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc); #endif