mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Add missing '*' to av_tree_insert() doxy.
Originally committed as revision 18775 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f8c0692d8e
commit
9c5a4ea28c
@ -71,7 +71,7 @@ void *av_tree_find(const struct AVTreeNode *root, void *key, int (*cmp)(void *ke
|
||||
* }
|
||||
*
|
||||
* @return If no insertion happened, the found element; if an insertion or
|
||||
removal happened, then either key or NULL will be returned.
|
||||
* removal happened, then either key or NULL will be returned.
|
||||
* Which one it is depends on the tree state and the implementation. You
|
||||
* should make no assumptions that it's one or the other in the code.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user