Skip to content

Commit

Permalink
Revert "libstagefright : Fix to support AVC1 and MSNV file types"
Browse files Browse the repository at this point in the history
This reverts commit c9090b4.
  • Loading branch information
Faryaab committed Apr 9, 2012
1 parent c5af085 commit 9f84dae
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 @@ -2260,8 +2260,7 @@ static bool LegacySniffMPEG4(
|| !memcmp(header, "ftyp3ge6", 8) || !memcmp(header, "ftyp3gg6", 8)
|| !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, "ftypkddi", 8) || !memcmp(header, "ftypM4VP", 8)) {
*mimeType = MEDIA_MIMETYPE_CONTAINER_MPEG4;
*confidence = 0.4;

Expand Down

0 comments on commit 9f84dae

Please sign in to comment.