mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1159366 - Check for 'sidx' box in ContainerParser. r=jya
This commit is contained in:
parent
e6bcae75e3
commit
90ec129286
@ -273,7 +273,9 @@ public:
|
||||
return ((*aData)[4] == 'm' && (*aData)[5] == 'o' && (*aData)[6] == 'o' &&
|
||||
(*aData)[7] == 'f') ||
|
||||
((*aData)[4] == 's' && (*aData)[5] == 't' && (*aData)[6] == 'y' &&
|
||||
(*aData)[7] == 'p');
|
||||
(*aData)[7] == 'p') ||
|
||||
((*aData)[4] == 's' && (*aData)[5] == 'i' && (*aData)[6] == 'd' &&
|
||||
(*aData)[7] == 'x');
|
||||
}
|
||||
|
||||
bool ParseStartAndEndTimestamps(MediaLargeByteBuffer* aData,
|
||||
|
Loading…
Reference in New Issue
Block a user