mirror of
https://github.com/axiomatic-systems/Bento4.git
synced 2026-01-12 00:18:59 +08:00
Should be OCR tag here
This commit is contained in:
@@ -95,7 +95,7 @@ AP4_EsDescriptor::AP4_EsDescriptor(AP4_ByteStream& stream,
|
||||
payload_size -= url_length;
|
||||
}
|
||||
}
|
||||
if (m_Flags & AP4_ES_DESCRIPTOR_FLAG_URL) {
|
||||
if (m_Flags & AP4_ES_DESCRIPTOR_FLAG_OCR_STREAM) {
|
||||
if (payload_size < 2) return;
|
||||
stream.ReadUI16(m_OcrEsId);
|
||||
payload_size -= 2;
|
||||
|
||||
Reference in New Issue
Block a user