Fixed typo in MP4::sampleflags enum.

This commit is contained in:
Thulinma 2012-10-29 10:12:42 +01:00
parent 5674f5de8f
commit ec5dd47be9

View file

@ -193,7 +193,7 @@ namespace MP4{
isRedundant = 0x100000,
noRedundant = 0x200000,
noKeySample = 0x10000,
iskeySample = 0x0,
isKeySample = 0x0,
MUST_BE_PRESENT = 0x1
};
std::string prettySampleFlags(long flag);