Skip to content

Commit 2898b7a

Browse files
authored
Merge pull request #1052 from fnordware/esds_ocr
Should be OCR tag here
2 parents f2b676d + a13fcb9 commit 2898b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/C++/Core/Ap4EsDescriptor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ AP4_EsDescriptor::AP4_EsDescriptor(AP4_ByteStream& stream,
9595
payload_size -= url_length;
9696
}
9797
}
98-
if (m_Flags & AP4_ES_DESCRIPTOR_FLAG_URL) {
98+
if (m_Flags & AP4_ES_DESCRIPTOR_FLAG_OCR_STREAM) {
9999
if (payload_size < 2) return;
100100
stream.ReadUI16(m_OcrEsId);
101101
payload_size -= 2;

0 commit comments

Comments
 (0)