am 261aaa16
: Merge "Properly skip the \'skip\' chunk in mpeg4 files." into gingerbread
Merge commit '261aaa16a2f469d7f3d3b56f1a45432460ee4dba' into gingerbread-plus-aosp * commit '261aaa16a2f469d7f3d3b56f1a45432460ee4dba': Properly skip the 'skip' chunk in mpeg4 files.
This commit is contained in:
@ -492,7 +492,6 @@ status_t MPEG4Extractor::parseChunk(off_t *offset, int depth) {
|
||||
case FOURCC('m', 'o', 'o', 'f'):
|
||||
case FOURCC('t', 'r', 'a', 'f'):
|
||||
case FOURCC('m', 'f', 'r', 'a'):
|
||||
case FOURCC('s', 'k', 'i' ,'p'):
|
||||
case FOURCC('u', 'd', 't', 'a'):
|
||||
case FOURCC('i', 'l', 's', 't'):
|
||||
{
|
||||
|
Reference in New Issue
Block a user