libmist backport from new metadata branch with improved typing and styling
This commit is contained in:
parent
7a03d3e96c
commit
10fa4b7e7b
88 changed files with 5957 additions and 5757 deletions
|
|
@ -61,8 +61,8 @@ namespace theora {
|
|||
if (length < 7){
|
||||
return false;
|
||||
}
|
||||
if (! newData[0] & 0x80){
|
||||
DEBUG_MSG(DLVL_FAIL, "newdata != 0x80: %.2X", newData[0]);
|
||||
if (!(newData[0] & 0x80)){
|
||||
FAIL_MSG("newdata != 0x80: %.2X", newData[0]);
|
||||
return false;
|
||||
}
|
||||
if (memcmp(newData + 1, "theora", 6) != 0){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue