Loading media/extractors/mp4/ItemTable.cpp +2 −4 Original line number Diff line number Diff line Loading @@ -426,10 +426,8 @@ status_t IlocBox::parse(off64_t offset, size_t size) { } ALOGV("extent_count %d", extent_count); if (extent_count > 1 && (offset_size == 0 || length_size == 0)) { // if the item is dividec into more than one extents, offset and // length must be present. return ERROR_MALFORMED; if (extent_count > 1) { return ERROR_UNSUPPORTED; } offset += 2; Loading Loading
media/extractors/mp4/ItemTable.cpp +2 −4 Original line number Diff line number Diff line Loading @@ -426,10 +426,8 @@ status_t IlocBox::parse(off64_t offset, size_t size) { } ALOGV("extent_count %d", extent_count); if (extent_count > 1 && (offset_size == 0 || length_size == 0)) { // if the item is dividec into more than one extents, offset and // length must be present. return ERROR_MALFORMED; if (extent_count > 1) { return ERROR_UNSUPPORTED; } offset += 2; Loading