Merge "Properly skip the 'skip' chunk in mpeg4 files." into gingerbread

This commit is contained in:
Andreas Huber
2010-08-06 15:21:47 -07:00
committed by Android (Google) Code Review

View File

@@ -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'):
{