Skip to content

Instantly share code, notes, and snippets.

@nirslsk
nirslsk / link-comment-data.json
Created July 16, 2018 05:28
link-comment Vue component and data
void MPEG::XingHeader::parse(const ByteVector &data)
{
// Check to see if a valid Xing header is available.
if(!data.startsWith("Xing") && !data.startsWith("Info"))
return;
// If the XingHeader doesn't contain the number of frames and the total stream
// info it's invalid.