Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 6ecd1c5c authored by Ray Essick's avatar Ray Essick
Browse files

mkvCue Entry's id is wrong

mkvparser.cc SeekHead::ParseEntry extracts an entry by using:
(android P) pEntry->id = readUInt(pReader, pos, len) [yielding 0x0C53BB6B
(android Q) pEntry->id = readID(pReader, pos, len) [yielding 0x1C53BB6B

This updates mkv extractor to accept 0x1C53BB6B (using symbolic value from webmids.h)

Bug: 129839777
Test: play mkv file
Change-Id: Ida3f0863d59e5b67446e325d186dfe04a00420f2
parent ba9a0506
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment