Loading media/libstagefright/MPEG4Extractor.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -2130,6 +2130,11 @@ static bool isCompatibleBrand(uint32_t fourcc) { FOURCC('3', 'g', 'p', '4'), FOURCC('m', 'p', '4', '1'), FOURCC('m', 'p', '4', '2'), // Won't promise that the following file types can be played. // Just give these file types a chance. FOURCC('q', 't', ' ', ' '), // Apple's QuickTime FOURCC('M', 'S', 'N', 'V'), // Sony's PSP }; for (size_t i = 0; Loading Loading
media/libstagefright/MPEG4Extractor.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -2130,6 +2130,11 @@ static bool isCompatibleBrand(uint32_t fourcc) { FOURCC('3', 'g', 'p', '4'), FOURCC('m', 'p', '4', '1'), FOURCC('m', 'p', '4', '2'), // Won't promise that the following file types can be played. // Just give these file types a chance. FOURCC('q', 't', ' ', ' '), // Apple's QuickTime FOURCC('M', 'S', 'N', 'V'), // Sony's PSP }; for (size_t i = 0; Loading