mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
Made QuickTime probe output only visible for -v -v and higher.
This commit is contained in:
parent
b1bc1a6d89
commit
a8ad6e621d
@ -57,7 +57,7 @@ int qtmp4_reader_c::probe_file(mm_io_c *in, int64_t size) {
|
||||
atom_size = in->read_uint64_be();
|
||||
atom = in->read_uint32_be();
|
||||
|
||||
mxverb(2, PFX "Atom: '%c%c%c%c'; size: %llu\n", BE2STR(atom), atom_size);
|
||||
mxverb(3, PFX "Atom: '%c%c%c%c'; size: %llu\n", BE2STR(atom), atom_size);
|
||||
|
||||
if ((atom == FOURCC('m', 'o', 'o', 'v')) ||
|
||||
(atom == FOURCC('f', 't', 'y', 'p')))
|
||||
|
Loading…
Reference in New Issue
Block a user