forked from len0rd/rockbox
Codecs: mp4: Skip unknown chunks
Needed for opening some m4b books (see FS#13049) Change-Id: Id289451e6b2b8a7ad1f6b9f00ef512ab9692383d
This commit is contained in:
parent
ed369e1d47
commit
a190d0ca9c
1 changed files with 2 additions and 1 deletions
|
@ -845,7 +845,8 @@ int qtmovie_read(stream_t *file, demux_res_t *demux_res)
|
|||
break;
|
||||
default:
|
||||
//DEBUGF("(top) unknown chunk id: %c%c%c%c\n",SPLITFOURCC(chunk_id));
|
||||
return 0;
|
||||
stream_skip(qtmovie.stream, chunk_len - 8);
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue