Home | History | Annotate | Download | only in mkvparser

Lines Matching refs:first_byte

295   signed char first_byte = 0;
296 const long status = pReader->Read(pos, 1, (unsigned char*)&first_byte);
301 unsigned long long result = first_byte;