Cannot play mp4 file with major brand 'wmf'
Problem: Major brand 'wmf' is not in compatible array, so mp4
file with major brand 'wmf' is not recognized as mp4.
Solution: add 'wmf' to compatible array
Bug: 123051965
Test: play mp4 file whose ftyp major brand is 'wmf' and check
if it can be played normally
Change-Id: I9ff1411c01aa89d5bc35d85f6bc2ee07d37545e3
diff --git a/media/extractors/mp4/MPEG4Extractor.cpp b/media/extractors/mp4/MPEG4Extractor.cpp
index 50f172e..d0efddd 100644
--- a/media/extractors/mp4/MPEG4Extractor.cpp
+++ b/media/extractors/mp4/MPEG4Extractor.cpp
@@ -6048,6 +6048,7 @@
// Just give these file types a chance.
FOURCC("qt "), // Apple's QuickTime
FOURCC("MSNV"), // Sony's PSP
+ FOURCC("wmf "),
FOURCC("3g2a"), // 3GPP2
FOURCC("3g2b"),