Changed verbosity of MP4 skipping box message.
This commit is contained in:
parent
3c8d4e1186
commit
76dec8fe79
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ namespace MP4 {
|
||||||
} else if (size == 0) {
|
} else if (size == 0) {
|
||||||
fseek(newData, 0, SEEK_END);
|
fseek(newData, 0, SEEK_END);
|
||||||
}
|
}
|
||||||
DEBUG_MSG(DLVL_DEVEL, "skipping size 0x%.8lX", size);
|
DONTEVEN_MSG("skipping size 0x%.8lX", size);
|
||||||
if (fseek(newData, pos + size, SEEK_SET) == 0) {
|
if (fseek(newData, pos + size, SEEK_SET) == 0) {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue