Changed verbosity of MP4 skipping box message.

This commit is contained in:
Thulinma 2015-03-12 15:29:07 +01:00
parent 3c8d4e1186
commit 76dec8fe79

View file

@ -105,7 +105,7 @@ namespace MP4 {
} else if (size == 0) {
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) {
return true;
} else {