mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Ignore user data track
That's the 'udta' box. They serve no purpose as far as we're concerned and stagefright doesn't handle it very well (as in, prevents playback). Resolves #616.
This commit is contained in:
parent
a097c19df9
commit
a6453e8335
1 changed files with 0 additions and 1 deletions
|
|
@ -753,7 +753,6 @@ status_t MPEG4Extractor::parseChunk(off64_t *offset, int depth) {
|
|||
case FOURCC('m', 'o', 'o', 'f'):
|
||||
case FOURCC('t', 'r', 'a', 'f'):
|
||||
case FOURCC('m', 'f', 'r', 'a'):
|
||||
case FOURCC('u', 'd', 't', 'a'):
|
||||
case FOURCC('i', 'l', 's', 't'):
|
||||
case FOURCC('s', 'i', 'n', 'f'):
|
||||
case FOURCC('s', 'c', 'h', 'i'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue