Fix verbose bug, for #821
This commit is contained in:
parent
6c64297264
commit
4f6f8a8244
|
|
@ -122,7 +122,7 @@ int main(int argc, char** argv)
|
|||
if (argc > 2) {
|
||||
verbose = true;
|
||||
}
|
||||
srs_trace("Parse MP4 file %s, verbose=%s", mp4_file.c_str(), verbose);
|
||||
srs_trace("Parse MP4 file %s, verbose=%d", mp4_file.c_str(), verbose);
|
||||
|
||||
ret = parse(mp4_file, verbose);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user