Claim support for .3gpp2 A/B files.

Change-Id: I16dd3dcb93a50b3c808ae710d0ba4757c89ab9c8
related-to-bug: 4406745
This commit is contained in:
Andreas Huber
2011-05-17 10:12:34 -07:00
parent 92f51e247d
commit 708d908668

View File

@@ -2171,6 +2171,9 @@ static bool isCompatibleBrand(uint32_t fourcc) {
// Just give these file types a chance.
FOURCC('q', 't', ' ', ' '), // Apple's QuickTime
FOURCC('M', 'S', 'N', 'V'), // Sony's PSP
FOURCC('3', 'g', '2', 'a'), // 3GPP2
FOURCC('3', 'g', '2', 'b'),
};
for (size_t i = 0;