Skip to content

Commit

Permalink
Revert "libstagefright : Fix to support mmp4 file type"
Browse files Browse the repository at this point in the history
This reverts commit d163ca3.
  • Loading branch information
Faryaab committed Apr 9, 2012
1 parent ba17995 commit c5af085
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions media/libstagefright/MPEG4Extractor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2261,8 +2261,7 @@ static bool LegacySniffMPEG4(
|| !memcmp(header, "ftypisom", 8) || !memcmp(header, "ftypM4V ", 8)
|| !memcmp(header, "ftypM4A ", 8) || !memcmp(header, "ftypf4v ", 8)
|| !memcmp(header, "ftypkddi", 8) || !memcmp(header, "ftypM4VP", 8)
|| !memcmp(header, "ftypMSNV", 8) || !memcmp(header, "ftypavc1", 8)
|| !memcmp(header, "ftypmmp4", 8)) {
|| !memcmp(header, "ftypMSNV", 8) || !memcmp(header, "ftypavc1", 8)) {
*mimeType = MEDIA_MIMETYPE_CONTAINER_MPEG4;
*confidence = 0.4;

Expand Down

0 comments on commit c5af085

Please sign in to comment.