Signed-off-by: Michael Niedermayer <[email protected]>
---
libavutil/tree.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/tree.h b/libavutil/tree.h
index bbb8fbb126..18a191c06d 100644
--- a/libavutil/tree.h
+++ b/libavutil/tree.h
@@ -97,7 +97,7 @@ void *av_tree_find(const struct AVTreeNode *root, void *key,
* return av_tree_insert(rootp, key, cmp, next);
* }
* void *tree_remove(struct AVTreeNode **rootp, void *key,
- * int (*cmp)(void *key, const void *b,
AVTreeNode **next))
+ * int (*cmp)(void *key, const void *b),
AVTreeNode **next)
* {
* av_freep(next);
* return av_tree_insert(rootp, key, cmp, next);
--
2.17.1
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".