mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
Merge commit 'd99a2b6d0a4d0b2f5ba6a1f1637d6cb88c5c9184'
* commit 'd99a2b6d0a4d0b2f5ba6a1f1637d6cb88c5c9184': avutil/tree: Drop debug messages that clutter the output Conflicts: libavutil/tree.c Merge for metadata only, a better solution has been commited that allows the debug output to be turned on and off Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
1f5755d869
@ -226,6 +226,7 @@ int main(int argc, char **argv)
|
||||
return -1;
|
||||
}
|
||||
av_log(NULL, AV_LOG_DEBUG, "inserting %4d\n", (int)j);
|
||||
|
||||
if (!node)
|
||||
node = av_tree_node_alloc();
|
||||
av_tree_insert(&root, (void *)(j + 1), cmp, &node);
|
||||
|
Loading…
Reference in New Issue
Block a user